[AppDB] testData: add 'pending' queue state

Alexander Nicolaysen Sørnes alex at thehandofagony.com
Tue Nov 6 15:14:42 CST 2007


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

The following commands must be run

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

UPDATE testResults,appVersion SET testResults.queued = 'pending' WHERE 
testResults.versionId = appVersion.versionId AND appVersion.queued != 'false'


Alexander N. Sørnes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-testData-add-pending-queue-state.patch
Type: text/x-diff
Size: 3509 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071106/1d95b3ab/attachment-0001.patch 


More information about the wine-patches mailing list