Module: appdb Branch: master Commit: aa6236d359fa817a031bbd4f9fa33f0f0d20a1cd URL: http://source.winehq.org/git/appdb.git/?a=commit;h=aa6236d359fa817a031bbd4f9...
Author: Jeremy Newman jnewman@codeweavers.com Date: Fri May 12 13:33:21 2017 -0500
changes made to live db
Signed-off-by: Jeremy Newman jnewman@codeweavers.com
---
tables/alter.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tables/alter.sql b/tables/alter.sql index 36876a9..457f8d9 100644 --- a/tables/alter.sql +++ b/tables/alter.sql @@ -1 +1,2 @@ -ALTER TABLE `appVersion` CHANGE `license` `license` ENUM('Retail','Open Source','Demo','Shareware','Free to use','Free to use and share') CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL; +/* append to this file when changes are required to the live db */ +/* it will be cleared when the changes go live */