From 11f61080f0dad203ce712e770e9a461aae5df55d Mon Sep 17 00:00:00 2001 From: Mika Bomm Date: Sun, 1 Sep 2024 10:07:57 +0200 Subject: [PATCH] update application.yml to use create-drop instead of update --- server/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/resources/application.yml b/server/src/main/resources/application.yml index cbd7549..a589f8c 100644 --- a/server/src/main/resources/application.yml +++ b/server/src/main/resources/application.yml @@ -10,7 +10,7 @@ spring: jpa: hibernate: - ddl-auto: update + ddl-auto: create-drop # update # Use update later on but use create-drop for testing first show-sql: true properties: hibernate: