The create_tables script should also add the testData table.

This commit is contained in:
Alexander Nicolaysen Sørnes
2006-12-27 03:21:15 +00:00
committed by WineHQ
parent 4f3058e247
commit 85b6503cf1

View File

@@ -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