Remove ddl-auto
This commit is contained in:
@ -7,7 +7,5 @@ spring:
|
||||
password: ${DB_PASSWORD:password}
|
||||
driver-class-name: org.postgresql.Driver
|
||||
jpa:
|
||||
hibernate:
|
||||
ddl-auto: update # Adjust as needed
|
||||
show-sql: true
|
||||
database-platform: org.hibernate.dialect.PostgreSQLDialect
|
||||
|
Reference in New Issue
Block a user