Skip to content

Commit faef9b1

Browse files
authored
feat: term 적재 추가 (#212)
Co-authored-by: 나용준 <141994188+youngJun99@users.noreply.github.com>
1 parent 0473bc6 commit faef9b1

4 files changed

Lines changed: 269 additions & 0 deletions

File tree

clokey-api/src/main/resources/application-dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ spring:
1616
flyway:
1717
enabled: true
1818
baseline-on-migrate: true
19+
locations:
20+
- classpath:db/migration
21+
- classpath:db/migration_data
1922

2023
data:
2124
redis:

clokey-api/src/main/resources/application-local.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ spring:
1616
flyway:
1717
enabled: true
1818
baseline-on-migrate: true
19+
locations:
20+
- classpath:db/migration
21+
- classpath:db/migration_data
1922

2023
data:
2124
redis:

clokey-api/src/main/resources/application-prod.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ spring:
1616
flyway:
1717
enabled: true
1818
baseline-on-migrate: true
19+
locations:
20+
- classpath:db/migration
21+
- classpath:db/migration_data
1922

2023
data:
2124
redis:

0 commit comments

Comments
 (0)