diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update.php b/update.php index a39450579..5ae473be6 100644 --- a/update.php +++ b/update.php @@ -16,4 +16,5 @@ function update_1000() { function update_1001() { q("ALTER TABLE `item` ADD `wall` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `type` "); + q("ALTER TABLE `item` ADD INDEX ( `wall` )"); } |