summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsupport/schema/reloadtestdb.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/support/schema/reloadtestdb.sh b/support/schema/reloadtestdb.sh
index 53ddf867..1cf392a2 100755
--- a/support/schema/reloadtestdb.sh
+++ b/support/schema/reloadtestdb.sh
@@ -6,13 +6,7 @@ if [ `basename $mydir` != "schema" ]; then
exit
fi
-echo "dropping old database..."
-yes | mysqladmin -uaur -paur drop AUR
-
echo "recreating database..."
-mysqladmin -uaur -paur create AUR
-
-echo "recreating tables..."
mysql -uaur -paur AUR < ./aur-schema.sql
echo "loading dummy-data..."