Skip to content

Commit

Permalink
readd spring.jpa.hibernate.ddl-auto=none
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwolfe-Nava committed Oct 2, 2023
1 parent 3069553 commit 92babf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/src/test/resources/application.common.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spring.jpa.properties.hibernate.id.db_structure_naming_strategy=legacy
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect

spring.jpa.hibernate.ddl-auto=none
spring.jpa.hibernate.hbm2ddl.auto=none
spring.liquibase.enabled=true
spring.liquibase.contexts=test
Expand Down

0 comments on commit 92babf9

Please sign in to comment.