Skip to content

Instantly share code, notes, and snippets.

@statico
Created May 9, 2011 01:45
Show Gist options
  • Save statico/961900 to your computer and use it in GitHub Desktop.
Save statico/961900 to your computer and use it in GitHub Desktop.
ALTER TABLE events ENGINE=INNODB;
ALTER TABLE invites ENGINE=INNODB;
ALTER TABLE media_urls ENGINE=INNODB;
ALTER TABLE membership ENGINE=INNODB;
ALTER TABLE migrate_version ENGINE=INNODB;
ALTER TABLE queue ENGINE=INNODB;
ALTER TABLE rooms ENGINE=INNODB;
ALTER TABLE users ENGINE=INNODB;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment