Hibernate ddl set to none to fix the breaking test build issue
Some checks failed
sample gradle build and test / build (pull_request) Failing after 1m46s
Some checks failed
sample gradle build and test / build (pull_request) Failing after 1m46s
This commit is contained in:
parent
6047471ff8
commit
02dc401224
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user