mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-01 01:54:22 +00:00
chore: one more SQL optimization to go
This commit is contained in:
@@ -202,7 +202,8 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%artefacts` (
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `owner-active` (`owner`,`active`),
|
||||
KEY `vref-type-kind` (`vref`,`type`,`kind`) USING BTREE,
|
||||
KEY `active-type-lastupdate` (`active`,`type`,`lastupdate`)
|
||||
KEY `active-type-lastupdate` (`active`,`type`,`lastupdate`),
|
||||
KEY `size-type` (`size`, `type`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user