a little sql script to drop full-text index and use innodb for profile and notice

This commit is contained in:
Evan Prodromou 2009-06-23 09:16:41 -07:00
parent e261a97150
commit 4ca6aa1930
1 changed files with 2 additions and 0 deletions

2
db/innodb.sql Normal file
View File

@ -0,0 +1,2 @@
alter table profile drop index nickname, engine=InnoDB;
alter table notice drop index content, engine=InnoDB;