-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdataingest-changelog.yaml
More file actions
44 lines (41 loc) · 1.01 KB
/
dataingest-changelog.yaml
File metadata and controls
44 lines (41 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
databaseChangeLog:
- changeSet:
id: 1
author: liquibase
runOnChange: true
changes:
- sqlFile:
path: db/dataingest/create-nbs-dataingest-db.sql
splitStatements: false
- changeSet:
id: 2
author: liquibase
runOnChange: true
changes:
- sqlFile:
path: db/dataingest/tables/di-service-001.sql
splitStatements: false
- changeSet:
id: 3
author: liquibase
runOnChange: true
changes:
- sqlFile:
path: db/dataingest/tables/di-service-002.sql
splitStatements: false
- changeSet:
id: 4
author: liquibase
runOnChange: true
changes:
- sqlFile:
path: db/dataingest/tables/di-service-003.sql
splitStatements: false
- changeSet:
id: 5
author: liquibase
runOnChange: true
changes:
- sqlFile:
path: db/dataingest/tables/di-service-004.sql
splitStatements: false