This commit is contained in:
Shadow
2019-05-06 09:18:20 +03:00
parent 3b167c64be
commit 4c116aefea
8 changed files with 104 additions and 108 deletions
+2 -1
View File
@@ -1180,7 +1180,8 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%odata` (
KEY `crop` (`crop`),
KEY `loyalty` (`loyalty`),
KEY `maxcrop` (`maxcrop`),
KEY `maxstore` (`maxstore`)
KEY `maxstore` (`maxstore`),
KEY `owner` (`owner`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--