appdb/tables create_tables
ChangeSet ID: 26950 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2006/07/29 21:53:35 Modified files: tables : create_tables Log message: Alexander Nicolaysen Sørnes <alex(a)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
participants (1)
-
WineHQ