appdb/tables create_tables

WineHQ wineowner at wine.codeweavers.com
Sat Jul 29 21:53:35 CDT 2006


ChangeSet ID:	26950
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/07/29 21:53:35

Modified files:
	tables         : create_tables 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Create distributions table in create_tables script

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

Old revision  New revision  Changes     Path
 1.8           1.9           +3 -0       appdb/tables/create_tables

Index: appdb/tables/create_tables
diff -u -p appdb/tables/create_tables:1.8 appdb/tables/create_tables:1.9
--- appdb/tables/create_tables:1.8	30 Jul 2006  2:53:35 -0000
+++ appdb/tables/create_tables	30 Jul 2006  2:53:35 -0000
@@ -32,3 +32,6 @@ mysql -p -u root < monitors.sql
 
 echo Creating error logging tables
 mysql -p -u root < error_log.sql
+
+echo Adding distributions
+mysql -p -u root < distributions.sql



More information about the wine-cvs mailing list