forked from GNUsocial/gnu-social
3 lines
110 B
SQL
3 lines
110 B
SQL
alter table profile drop index nickname, engine=InnoDB;
|
|
alter table notice drop index content, engine=InnoDB;
|