a little sql script to drop full-text index and use innodb for profile and notice
This commit is contained in:
parent
e261a97150
commit
4ca6aa1930
2
db/innodb.sql
Normal file
2
db/innodb.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
alter table profile drop index nickname, engine=InnoDB;
|
||||||
|
alter table notice drop index content, engine=InnoDB;
|
Loading…
Reference in New Issue
Block a user