Create table statement has a semi-colon where it should have a comma
This commit is contained in:
committed by
WineHQ
parent
98f1ff0453
commit
2351a6ff8c
@@ -19,6 +19,6 @@ create table appMaintainers (
|
|||||||
maintainReason text,
|
maintainReason text,
|
||||||
superMaintainer bool,
|
superMaintainer bool,
|
||||||
submitTime datetime,
|
submitTime datetime,
|
||||||
queued enum('true','false','rejected') NOT NULL default 'false';
|
queued enum('true','false','rejected') NOT NULL default 'false',
|
||||||
key(maintainerId)
|
key(maintainerId)
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user