From ab4322fba883fc27c9a6efd62b43a5f8c96fec19 Mon Sep 17 00:00:00 2001 From: Mika Bomm Date: Thu, 5 Sep 2024 23:21:31 +0200 Subject: [PATCH] remove unused property --- server/src/main/resources/application.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/main/resources/application.yml b/server/src/main/resources/application.yml index 79ff3c3..48b9cd4 100644 --- a/server/src/main/resources/application.yml +++ b/server/src/main/resources/application.yml @@ -8,7 +8,6 @@ spring: jpa: hibernate: ddl-auto: create-drop # update # Use update later on but use create-drop for testing first - dialect: org.hibernate.dialect.PostgreSQLDialect show-sql: true properties: hibernate: