mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
refactor: index for ww_attacks
This commit is contained in:
+2
-1
@@ -1709,7 +1709,8 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%password` (
|
||||
CREATE TABLE IF NOT EXISTS `%PREFIX%ww_attacks` (
|
||||
`vid` int(25) DEFAULT NULL,
|
||||
`attack_time` int(11) DEFAULT NULL,
|
||||
KEY `attack_time` (`attack_time`)
|
||||
KEY `attack_time` (`attack_time`),
|
||||
KEY `vid` (`vid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user