[TestBot] ddl: Add a missing comma.

Francois Gouget fgouget at codeweavers.com
Mon Aug 27 04:46:11 CDT 2012


---
 testbot/ddl/winetestbot.sql |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/ddl/winetestbot.sql b/testbot/ddl/winetestbot.sql
index a2b358b..0906c0e 100644
--- a/testbot/ddl/winetestbot.sql
+++ b/testbot/ddl/winetestbot.sql
@@ -63,7 +63,7 @@ CREATE TABLE Patches
   Id          INT(7)          NOT NULL,
   Received    DATETIME        NOT NULL,
   Disposition VARCHAR(40)     NOT NULL,
-  AffectsTests ENUM('Y', 'N') NOT NULL
+  AffectsTests ENUM('Y', 'N') NOT NULL,
   FromName    VARCHAR(40)     NULL,
   FromEMail   VARCHAR(40)     NULL,
   Subject     VARCHAR(120)    NULL,
-- 
1.7.10.4




More information about the wine-patches mailing list