testData: add 'pending' queue state
This commit is contained in:
committed by
Chris Morgan
parent
489698c29f
commit
da471d1ad8
@@ -20,6 +20,6 @@ create table testResults (
|
||||
comments text,
|
||||
submitTime datetime NOT NULL,
|
||||
submitterId int(11) NOT NULL default '0',
|
||||
queued enum('true','false','rejected') NOT NULL default 'false',
|
||||
queued enum('true','false','rejected','pending') NOT NULL default 'false',
|
||||
key(testingId)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user