From 85b6503cf1d675b52e1abe528ba222a7a1a9c163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Wed, 27 Dec 2006 03:21:15 +0000 Subject: [PATCH] The create_tables script should also add the testData table. --- tables/create_tables | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tables/create_tables b/tables/create_tables index 1aa3aaf..0b22a12 100644 --- a/tables/create_tables +++ b/tables/create_tables @@ -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