Hibernate ddl set to none to fix the breaking test build issue

This commit is contained in:
Kruti Shah 2026-01-13 00:47:03 +05:30
parent 6047471ff8
commit 02dc401224

View File

@ -24,7 +24,7 @@ spring.datasource.password=${POSTGRES_PASSWORD}
spring.datasource.driver-class-name=org.postgresql.Driver
spring.sql.init.mode=never
spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.ddl-auto=none
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect