[02/10] testbot/ddl: Fix the SQL code that creates the 'batch' user.

Francois Gouget fgouget at codeweavers.com
Wed Apr 3 09:57:03 CDT 2013


---
 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 4fbde28..c8820cc 100644
--- a/testbot/ddl/winetestbot.sql
+++ b/testbot/ddl/winetestbot.sql
@@ -162,7 +162,7 @@ INSERT INTO Roles (Name, IsDefaultRole) VALUES('admin', 'N');
 INSERT INTO Roles (Name, IsDefaultRole) VALUES('wine-devel', 'Y');
 
 INSERT INTO Users (Name, EMail, Password, Active, RealName)
-       VALUES('batch', '/dev/null', '*', 'Batch user for internal jobs', NULL);
+       VALUES('batch', '/dev/null', '*', 'Y', 'Batch user for internal jobs');
 
 INSERT INTO Branches (Name, IsDefault) VALUES('master', 'Y');
 
-- 
1.7.10.4




More information about the wine-patches mailing list