[AppDB] Rename appData type 'image' to 'screenshot'

Alexander Nicolaysen Sørnes alex at thehandofagony.com
Sat Mar 10 15:46:11 CST 2007


This will be needed by my next patch, which shows the screenshot queue using 
objectManager.


The following SQL commands must be run, in this order

ALTER TABLE appData CHANGE type type 
ENUM( 'screenshot', 'url', 'bug', 'downloadurl' )

UPDATE appData SET type = 'screenshot' WHERE type = ''


Regards,

Alexander N. Sørnes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image-to-screenshot.diff
Type: text/x-diff
Size: 7753 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070310/62ca4a57/image-to-screenshot.bin


More information about the wine-patches mailing list