fix(backend): update application.properties ddl-auto to update

This commit is contained in:
Chanakyan
2026-07-23 21:15:47 +05:30
parent 65d1967e54
commit 4dd8b7d2d2

View File

@@ -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