summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-server/src/main/resources/application-test.properties
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-web/opendc-web-server/src/main/resources/application-test.properties')
-rw-r--r--opendc-web/opendc-web-server/src/main/resources/application-test.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/opendc-web/opendc-web-server/src/main/resources/application-test.properties b/opendc-web/opendc-web-server/src/main/resources/application-test.properties
index bee17221..4e3063e4 100644
--- a/opendc-web/opendc-web-server/src/main/resources/application-test.properties
+++ b/opendc-web/opendc-web-server/src/main/resources/application-test.properties
@@ -37,3 +37,7 @@ quarkus.swagger-ui.enable=false
# Disable OpenDC web UI and runner
quarkus.opendc-ui.include=false
quarkus.opendc-runner.include=false
+
+# Create new tables and fill them
+quarkus.hibernate-orm.database.generation=drop-and-create
+quarkus.hibernate-orm.sql-load-script=load_data.sql