Module: appdb Branch: master Commit: a02cb79079216adeeeec9a655cd8d4e7e14b1cd5 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=a02cb79079216adeeeec9a655...
Author: Jeremy Newman jnewman@codeweavers.com Date: Wed Sep 27 15:29:02 2017 -0500
take live
---
tables/alter.sql | 1 - 1 file changed, 1 deletion(-)
diff --git a/tables/alter.sql b/tables/alter.sql index 6f536fb..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 testResults ADD COLUMN hasProblems ENUM("Yes", "No") DEFAULT NULL;