Module: appdb Branch: master Commit: 425fb629980bd1da47ac56d87c1d518d7341770e URL: http://source.winehq.org/git/appdb.git/?a=commit;h=425fb629980bd1da47ac56d87...
Author: Jeremy Newman jnewman@codeweavers.com Date: Wed Aug 16 11:32:09 2017 -0500
taking changes live
---
tables/alter.sql | 1 - 1 file changed, 1 deletion(-)
diff --git a/tables/alter.sql b/tables/alter.sql index f61f3fb..0e977b2 100644 --- a/tables/alter.sql +++ b/tables/alter.sql @@ -1,4 +1,3 @@ /* 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 usedWorkaround ENUM("Yes", "No") DEFAULT NULL AFTER runs, ADD COLUMN workarounds TEXT DEFAULT NULL AFTER usedWorkaround;