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