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: