Francois Gouget : testbot: ddl: Add a missing comma.

Alexandre Julliard julliard at winehq.org
Mon Aug 27 14:15:22 CDT 2012


Module: tools
Branch: master
Commit: 3ea1e2c2289ddb8801b9d75f05d1319b2a107a73
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=3ea1e2c2289ddb8801b9d75f05d1319b2a107a73

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Aug 27 11:46:11 2012 +0200

testbot: ddl: Add a missing comma.

---

 testbot/ddl/winetestbot.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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,




More information about the wine-cvs mailing list