diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php index 96fdec691..113bc590a 100644 --- a/update.php +++ b/update.php @@ -885,7 +885,7 @@ function update_1102() { function update_1103() { - q("ALTER TABLE `item` ADD INDEX ( `wall` ) "); +// q("ALTER TABLE `item` ADD INDEX ( `wall` ) "); q("ALTER TABLE `item` ADD FULLTEXT ( `tag` ) "); q("ALTER TABLE `contact` ADD INDEX ( `pending` ) "); q("ALTER TABLE `user` ADD INDEX ( `hidewall` ) "); |