gnu-social/db/innodb.sql

3 lines
110 B
SQL

alter table profile drop index nickname, engine=InnoDB;
alter table notice drop index content, engine=InnoDB;