Create distributions table in create_tables script

This commit is contained in:
Alexander Nicolaysen Sørnes
2006-07-30 02:53:35 +00:00
committed by WineHQ
parent 2351a6ff8c
commit d5a00e576f

View File

@@ -32,3 +32,6 @@ mysql -p -u root < monitors.sql
echo Creating error logging tables echo Creating error logging tables
mysql -p -u root < error_log.sql mysql -p -u root < error_log.sql
echo Adding distributions
mysql -p -u root < distributions.sql