[AppDB] version: Change state when moving from queued to accepted version

Alexander Nicolaysen Sørnes alex at thehandofagony.com
Mon Dec 17 12:36:04 CST 2007


version: Change state when moving from queued to accepted version


The following SQL command should fix any bad entries

UPDATE appVersion, appFamily SET appVersion.state = 'queued' WHERE 
appVersion.appId = appFamily.appId AND appFamily.state = 'accepted' AND 
appVersion.state = 'pending'

Alexander N. Sørnes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-version-Change-state-when-moving-from-queued-to-acc.patch
Type: text/x-diff
Size: 1469 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071217/60a9cafa/attachment.patch 


More information about the wine-patches mailing list