From cc59b32aa450345f2302af94a1fd693c1f2aca7a Mon Sep 17 00:00:00 2001
From: Jan-Niclas Struewer <j.n.struewer@gmail.com>
Date: Fri, 27 Oct 2023 15:25:31 +0200
Subject: [PATCH] db reported that the dialect doesn't need to be explicitly
 set

---
 src/main/resources/application-prod.properties | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties
index 4745c409..41d05a24 100644
--- a/src/main/resources/application-prod.properties
+++ b/src/main/resources/application-prod.properties
@@ -36,7 +36,6 @@ spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
 spring.jpa.properties.hibernate.bytecode.use_reflection_optimizer=false
 spring.jpa.open-in-view=false
 spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
-spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.CockroachDialect
 # DB Login data
 spring.datasource.url=jdbc:postgresql://${host}:26257/${DB_USER}?sslmode=${ssl_mode}&sslrootcert=${ca_crt}&sslcert=${ssl_cert}&sslkey=${ssl_key}
 spring.datasource.username=${DB_USER:}
-- 
GitLab