aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2022-06-21 10:17:18 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2022-06-21 10:17:18 +0000
commit031ac70f4716c37483fbc0d1af930e7639a38606 (patch)
tree2d1726094f687584ca5cf2762e723352aebb6ae5
parent6457f9515f0f0d8a3929c90833540982a7b622be (diff)
Add all demo data for functional tests, re #606
-rw-r--r--.gitlab/scripts/install_db.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab/scripts/install_db.sh b/.gitlab/scripts/install_db.sh
index e6cce3b..5884419 100644
--- a/.gitlab/scripts/install_db.sh
+++ b/.gitlab/scripts/install_db.sh
@@ -17,9 +17,11 @@ if [ $(mysql -f -u $MYSQL_USER -h $MYSQL_HOST -p$MYSQL_PASSWORD $MYSQL_DATABASE
if [ ! -z $DEMO_DATA ]; then
echo "INSTALL DEMODATA"
mysql -f -u $MYSQL_USER -h $MYSQL_HOST -p$MYSQL_PASSWORD $MYSQL_DATABASE < ./db/studip_demo_data.sql
+ mysql -f -u $MYSQL_USER -h $MYSQL_HOST -p$MYSQL_PASSWORD $MYSQL_DATABASE < ./db/studip_mvv_demo_data.sql.sql
+ mysql -f -u $MYSQL_USER -h $MYSQL_HOST -p$MYSQL_PASSWORD $MYSQL_DATABASE < ./db/studip_resources_demo_data.sql
fi
echo "INSTALLATION FINISHED"
else
echo "Found some SQL table. Skipping installation"
-fi \ No newline at end of file
+fi