Skip to content

Commit c551b97

Browse files
committed
fix: staging flyway 활성화
1 parent 8de405d commit c551b97

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/main/resources/application-staging.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ spring:
1111
idle-timeout: 600000
1212
max-lifetime: 1800000
1313
leak-detection-threshold: 60000
14-
jpa:
15-
hibernate:
16-
ddl-auto: update
17-
open-in-view: false
1814
flyway:
19-
enabled: false
15+
enabled: true
2016
locations: classpath:db/migration
2117
baseline-on-migrate: true
2218
validate-on-migrate: true

0 commit comments

Comments
 (0)