chore: 2 more indexes

This commit is contained in:
Martin Ambrus
2017-10-24 22:42:05 +02:00
parent d6c517bba6
commit 30cd0158c3
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -1151,7 +1151,9 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%odata` (
KEY `iron` (`iron`),
KEY `clay` (`clay`),
KEY `crop` (`crop`),
KEY `loyalty` (`loyalty`)
KEY `loyalty` (`loyalty`),
KEY `maxcrop` (`maxcrop`),
KEY `maxstore` (`maxstore`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--