Module: appdb Branch: master Commit: aec3be07870ba152b80d4df43f2c068fab070fb2 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=aec3be07870ba152b80d4df43...
Author: Jeremy Newman jnewman@codeweavers.com Date: Wed Aug 23 10:21:34 2017 -0500
take live
---
tables/alter.sql | 1 - 1 file changed, 1 deletion(-)
diff --git a/tables/alter.sql b/tables/alter.sql index 508e3c8..457f8d9 100644 --- a/tables/alter.sql +++ b/tables/alter.sql @@ -1,3 +1,2 @@ /* append to this file when changes are required to the live db */ /* it will be cleared when the changes go live */ -ALTER TABLE `appVersion` CHANGE `license` `license` ENUM('Retail','Subscription','Open Source','Demo','Shareware','Free to use','Free to use and share');