appdb/tables create_tables

WineHQ wineowner at wine.codeweavers.com
Tue Dec 26 21:21:15 CST 2006


ChangeSet ID:	30822
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/12/26 21:21:15

Modified files:
	tables         : create_tables 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	The create_tables script should also add the testData table.

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

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

Index: appdb/tables/create_tables
diff -u -p appdb/tables/create_tables:1.9 appdb/tables/create_tables:1.10
--- appdb/tables/create_tables:1.9	27 Dec 2006  3:21:15 -0000
+++ appdb/tables/create_tables	27 Dec 2006  3:21:15 -0000
@@ -35,3 +35,6 @@ mysql -p -u root < error_log.sql
 
 echo Adding distributions
 mysql -p -u root < distributions.sql
+
+echo Adding test data tables
+mysql -p -u root < testResults.sql



More information about the wine-cvs mailing list