From c2c72a04675deadc80f67bfcf21449f3eeaf7dd7 Mon Sep 17 00:00:00 2001 From: chasegawa Date: Mon, 16 Oct 2023 13:48:37 -0700 Subject: [PATCH] SHIBUI-2625 Cleanup of SQL Server things --- backend/src/main/resources/application.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 670a83b2f..8ebb959a1 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -55,12 +55,11 @@ spring.jpa.hibernate.use-new-id-generator-mappings=true spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true #spring.jpa.properties.hibernate.session.events.log.LOG_QUERIES_SLOWER_THAN_MS=800 logging.level.org.hibernate.SQL_SLOW=info +logging.level.org.hibernate.tool.schema.internal=error ## spring.jpa.properties.hibernate.id.db_structure_naming_strategy=legacy - - #Envers versioning spring.jpa.properties.org.hibernate.envers.store_data_at_delete=true logging.level.org.hibernate.envers.boot=OFF