maintainer: add new 'pending' queue state
This commit is contained in:
committed by
Chris Morgan
parent
710d79224a
commit
3723f34a11
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user