Skip to content

Commit

Permalink
enable flyway
Browse files Browse the repository at this point in the history
  • Loading branch information
eziztm committed Sep 4, 2023
1 parent 1de624e commit 9f62ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kafka.topics.nom-ressurs=test.nom-ressurser
spring.kafka.bootstrap-servers=localhost:9090
spring.kafka.security.protocol=PLAINTEXT

spring.flyway.enabled=true

2 changes: 1 addition & 1 deletion apps/backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spring.jpa.open-in-view=false
#vault.database-adminrole=team-catalog-admin

# FLYWAY
spring.flyway.enabled=false
spring.flyway.enabled=true
spring.flyway.schemas=public
#spring.flyway.baseline-on-migrate=true

Expand Down

0 comments on commit 9f62ba2

Please sign in to comment.