fix(backend): update application.properties ddl-auto to update
This commit is contained in:
@@ -5,7 +5,7 @@ spring.datasource.password=${DB_PASSWORD:Anbukathir@#$2006}
|
||||
|
||||
# ─── JPA / HIBERNATE SETTINGS ───
|
||||
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
||||
spring.jpa.hibernate.ddl-auto=validate
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
spring.jpa.show-sql=true
|
||||
spring.jpa.properties.hibernate.format_sql=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user