appdb/tables maintainers.sql

WineHQ wineowner at wine.codeweavers.com
Sat Jul 29 21:52:46 CDT 2006


ChangeSet ID:	26949
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/07/29 21:52:46

Modified files:
	tables         : maintainers.sql 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Create table statement has a semi-colon where it should have a comma

Patch: http://cvs.winehq.org/patch.py?id=26949

Old revision  New revision  Changes     Path
 1.3           1.4           +1 -1       appdb/tables/maintainers.sql

Index: appdb/tables/maintainers.sql
diff -u -p appdb/tables/maintainers.sql:1.3 appdb/tables/maintainers.sql:1.4
--- appdb/tables/maintainers.sql:1.3	30 Jul 2006  2:52:46 -0000
+++ appdb/tables/maintainers.sql	30 Jul 2006  2:52:46 -0000
@@ -19,6 +19,6 @@ create table appMaintainers (
     maintainReason  text,
     superMaintainer bool,
     submitTime      datetime,
-    queued          enum('true','false','rejected') NOT NULL default 'false';
+    queued          enum('true','false','rejected') NOT NULL default 'false',
     key(maintainerId)
 );



More information about the wine-cvs mailing list