Remove ddl-auto

This commit is contained in:
2025-01-22 16:45:19 +01:00
parent 0db8187d0a
commit 0ce625152c

View File

@ -7,7 +7,5 @@ spring:
password: ${DB_PASSWORD:password} password: ${DB_PASSWORD:password}
driver-class-name: org.postgresql.Driver driver-class-name: org.postgresql.Driver
jpa: jpa:
hibernate:
ddl-auto: update # Adjust as needed
show-sql: true show-sql: true
database-platform: org.hibernate.dialect.PostgreSQLDialect database-platform: org.hibernate.dialect.PostgreSQLDialect