mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-20 10:11:00 +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,
|
`coor0` int(11) DEFAULT NULL,
|
||||||
`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