[AppDB] version: Add 'pending' queue state

Alexander Nicolaysen Sørnes alex at thehandofagony.com
Tue Nov 6 16:35:48 CST 2007


This will allow us to simplify the SQL code (next patch)

The following SQL commands must be run

ALTER TABLE appVersion CHANGE queued queued 
ENUM( 'true', 'false', 'rejected', 'pending' ) NOT NULL DEFAULT 'false'

UPDATE appVersion, appFamily SET appVersion.queued = 'pending' WHERE 
appFamily.appId = appVersion.appId AND appFamily.queued != 'false'


Alexander N. Sørnes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-version-Add-pending-queue-state.patch
Type: text/x-diff
Size: 2396 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071106/eded6db1/attachment.patch 


More information about the wine-patches mailing list