fix bogus semicolon
Line 655 should have comma instead of semicolon
This commit is contained in:
parent
643f515eaf
commit
fee65f0c69
@ -652,7 +652,7 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||||||
KEY `received` (`received`),
|
KEY `received` (`received`),
|
||||||
KEY `uid_commented` (`uid`, `commented`),
|
KEY `uid_commented` (`uid`, `commented`),
|
||||||
KEY `uid_created` (`uid`, `created`),
|
KEY `uid_created` (`uid`, `created`),
|
||||||
KEY `uid_item_unseen` (`uid`, `item_unseen`);
|
KEY `uid_item_unseen` (`uid`, `item_unseen`),
|
||||||
KEY `aid` (`aid`),
|
KEY `aid` (`aid`),
|
||||||
KEY `owner_xchan` (`owner_xchan`),
|
KEY `owner_xchan` (`owner_xchan`),
|
||||||
KEY `author_xchan` (`author_xchan`),
|
KEY `author_xchan` (`author_xchan`),
|
||||||
|
Reference in New Issue
Block a user