From fa522eabd3490e0b34fb50f1a0e5e78414920003 Mon Sep 17 00:00:00 2001 From: Debucquoy Anthony Date: Sat, 2 Mar 2024 19:30:26 +0100 Subject: [PATCH] fixing db --- backend/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 8b13789..ef0c300 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -1 +1 @@ - +spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect