[AppDB] Fix moving of testResults from queued to accepted versions

Alexander Nicolaysen Sørnes alex at thehandofagony.com
Sun Dec 16 08:29:49 CST 2007


The state needs to be changed from 'pending' to 'queued'.



The following SQL command should fix up the bad entries

UPDATe testResults,appVersion SET testResults.state = 'queued' WHERE 
appVersion.versionId = testResults.versionId AND appVersion.state 
= 'accepted' AND testResults.state = 'pending'



Alexander N. Sørnes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Fix-moving-of-testResults-from-qeueud-to-accepted-ve.patch
Type: text/x-diff
Size: 2124 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071216/6cabbf4c/attachment.patch 


More information about the wine-patches mailing list