mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-23 02:17:05 +08:00
fix: SQL duplication of key
This commit is contained in:
@@ -774,7 +774,6 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%forum_post` (
|
|||||||
`report0` int(11) DEFAULT NULL,
|
`report0` int(11) DEFAULT NULL,
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
KEY `topic-owner` (`topic`,`owner`)
|
KEY `topic-owner` (`topic`,`owner`)
|
||||||
KEY `topic-owner` (`topic`,`owner`)
|
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|||||||
Reference in New Issue
Block a user