Align backend schema with desktop application

This commit is contained in:
2026-03-06 09:58:09 -07:00
parent 9313ca74f4
commit 3a00209e1f
62 changed files with 746 additions and 1762 deletions

View File

@@ -11,6 +11,8 @@ spring:
jpa:
hibernate:
ddl-auto: validate
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
show-sql: ${JPA_SHOW_SQL:false}
properties:
hibernate: