fix: SQL duplication of key

This commit is contained in:
Martin Ambrus
2017-10-24 21:04:33 +02:00
parent e033f597a9
commit 19cb9e230c
-1
View File
@@ -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 ;