This commit is contained in:
Mike Macgirvin 2010-09-09 19:20:35 -07:00
parent 887a8add2d
commit 49c9860e61
3 changed files with 3 additions and 1 deletions

View file

@ -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` )");
}