3 lines
110 B
MySQL
3 lines
110 B
MySQL
|
alter table profile drop index nickname, engine=InnoDB;
|
||
|
alter table notice drop index content, engine=InnoDB;
|