Skip to content

Commit

Permalink
SHIBUI-2625
Browse files Browse the repository at this point in the history
Cleanup of SQL Server things
  • Loading branch information
chasegawa committed Oct 16, 2023
1 parent 3828ef0 commit c2c72a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

##<!-- ensure backward compatibility with sequence DO NOT CHANGE -->
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
Expand Down

0 comments on commit c2c72a0

Please sign in to comment.