[AppDB] maintainer: Add new 'pending' queue state

Alexander Nicolaysen Sørnes alex at thehandofagony.com
Thu Oct 25 16:38:12 CDT 2007


This is used when submitting a maintainer request along with an app or 
version.  Once the old entries are out of the system we can simplify our SQL 
code and get a nice performance boost. :)

The following SQL command is needed
ALTER TABLE `appMaintainers` CHANGE `queued` `queued` 
ENUM( 'true', 'false', 'rejected', 'pending' ) NOT NULL DEFAULT 'false'


Alexander N. Sørnes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-maintainer-add-new-pending-queue-state.patch
Type: text/x-diff
Size: 2397 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071025/f47ee193/attachment.patch 


More information about the wine-patches mailing list