forked from GNUsocial/gnu-social
a little sql script to drop full-text index and use innodb for profile and notice
This commit is contained in:
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;
|
Reference in New Issue
Block a user