Merge pull request #297 from bashrc/bashrc/comma

Remove stray comma
This commit is contained in:
git-marijus
2016-02-23 22:53:14 +01:00

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` (