Remove stray comma

This commit is contained in:
Bob Mottram 2016-02-23 19:50:45 +00:00
parent f15a06c0c2
commit 29c9e7c0a2

View file

@ -555,7 +555,7 @@ CREATE TABLE IF NOT EXISTS `iconfig` (
KEY `iid` (`iid`),
KEY `cat` (`cat`),
KEY `k` (`k`),
KEY `sharing` (`sharing`),
KEY `sharing` (`sharing`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `issue` (