Francois Gouget : testbot: ddl: Add a missing comma.
Module: tools Branch: master Commit: 3ea1e2c2289ddb8801b9d75f05d1319b2a107a73 URL: http://source.winehq.org/git/tools.git/?a=commit;h=3ea1e2c2289ddb8801b9d75f0... Author: Francois Gouget <fgouget(a)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,
participants (1)
-
Alexandre Julliard