diff options
Diffstat (limited to 'db/innodb.sql')
-rw-r--r-- | db/innodb.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/innodb.sql b/db/innodb.sql new file mode 100644 index 000000000..f3ab6cd69 --- /dev/null +++ b/db/innodb.sql @@ -0,0 +1,2 @@ +alter table profile drop index nickname, engine=InnoDB; +alter table notice drop index content, engine=InnoDB; |