testData: Rename 'queued' to 'state'
This commit is contained in:
committed by
Chris Morgan
parent
956e5391de
commit
06f693859f
@@ -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','pending') NOT NULL default 'false',
|
||||
state enum('accepted','queued','rejected','pending') NOT NULL default 'accepted',
|
||||
key(testingId)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user