summaryrefslogtreecommitdiff
path: root/db/innodb.sql
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2009-06-26 15:30:24 +0800
committerJeffery To <jeffery.to@gmail.com>2009-06-26 15:30:24 +0800
commit899aad747a466609542388f86bbd22da4360ed6d (patch)
tree55fab97917fe9f304164fb96b0f0a85a4524567d /db/innodb.sql
parent43680ed0c2cf83448d755fa1edff42711d06a82c (diff)
parent97ee517680979bf12e82eab99ecf943712fe97c9 (diff)
Merge branch '0.8.x' into group-rss-empty
Diffstat (limited to 'db/innodb.sql')
-rw-r--r--db/innodb.sql2
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;