fix bogus semicolon

Line 655 should have comma instead of semicolon
This commit is contained in:
Waitman Gobble 2017-09-06 16:12:57 -05:00 committed by GitHub
parent 643f515eaf
commit fee65f0c69

View File

@ -652,7 +652,7 @@ CREATE TABLE IF NOT EXISTS `item` (
KEY `received` (`received`),
KEY `uid_commented` (`uid`, `commented`),
KEY `uid_created` (`uid`, `created`),
KEY `uid_item_unseen` (`uid`, `item_unseen`);
KEY `uid_item_unseen` (`uid`, `item_unseen`),
KEY `aid` (`aid`),
KEY `owner_xchan` (`owner_xchan`),
KEY `author_xchan` (`author_xchan`),