Add initial un-delete support
This commit is contained in:
committed by
Chris Morgan
parent
5a31b9d5c8
commit
8c7bd3a5e9
@@ -20,6 +20,6 @@ create table testResults (
|
||||
comments text,
|
||||
submitTime datetime NOT NULL,
|
||||
submitterId int(11) NOT NULL default '0',
|
||||
state enum('accepted','queued','rejected','pending') NOT NULL default 'accepted',
|
||||
state enum('accepted','queued','rejected','pending','deleted') NOT NULL default 'accepted',
|
||||
key(testingId)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user