maintainer: add new 'pending' queue state

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-10-25 23:36:46 +02:00
committed by Chris Morgan
parent 710d79224a
commit 3723f34a11
2 changed files with 12 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ create table appMaintainers (
maintainReason text,
superMaintainer bool,
submitTime datetime,
queued enum('true','false','rejected') NOT NULL default 'false',
queued enum('true','false','rejected','pending') NOT NULL default 'false',
notificationLevel int not null default '0',
notificationTime datetime,
key(maintainerId)