appdb/tables appdb_tables.sql

WineHQ wineowner at wine.codeweavers.com
Sat Mar 10 19:38:01 CST 2007


ChangeSet ID:	30951
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/03/10 19:38:00

Modified files:
	tables         : appdb_tables.sql 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Update appData table type field enum to reflect changing from 'image' to 'screenshot'

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

Old revision  New revision  Changes     Path
 1.30          1.31          +1 -1       appdb/tables/appdb_tables.sql

Index: appdb/tables/appdb_tables.sql
diff -u -p appdb/tables/appdb_tables.sql:1.30 appdb/tables/appdb_tables.sql:1.31
--- appdb/tables/appdb_tables.sql:1.30	11 Mar 2007  1:38: 1 -0000
+++ appdb/tables/appdb_tables.sql	11 Mar 2007  1:38: 1 -0000
@@ -134,7 +134,7 @@ create table appData (
 	id            int not null auto_increment,
 	appId         int not null,
 	versionId	    int default 0,
-	type          enum('image', 'url', 'bug','downloadurl'),
+	type          enum('screenshot', 'url', 'bug','downloadurl'),
 	description	  text,
 	url	          varchar(255) default NULL,
 	submitTime    timestamp(14) NOT NULL,



More information about the wine-cvs mailing list