diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-02-24 11:54:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-24 11:54:43 +0000 |
commit | 5ecf25627589001888c68e9f413c28ccaac69c26 (patch) | |
tree | d017b65ff3538e0d21bd403cbb9e63892a24e760 /cps-ri/src/main/resources/changelog/db/changes/02-loadData-dataspace.yaml | |
parent | f2ce686eeb0781afb6766034581d9508d3501d55 (diff) | |
parent | 495ae8e49f0131bf461ea52baa87004c39f40bd3 (diff) |
Merge "Schema creation and Data pre-load to on cps-xnf-proxy start-up using liquibase"
Diffstat (limited to 'cps-ri/src/main/resources/changelog/db/changes/02-loadData-dataspace.yaml')
-rw-r--r-- | cps-ri/src/main/resources/changelog/db/changes/02-loadData-dataspace.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cps-ri/src/main/resources/changelog/db/changes/02-loadData-dataspace.yaml b/cps-ri/src/main/resources/changelog/db/changes/02-loadData-dataspace.yaml new file mode 100644 index 0000000000..c4e931d3da --- /dev/null +++ b/cps-ri/src/main/resources/changelog/db/changes/02-loadData-dataspace.yaml @@ -0,0 +1,13 @@ +databaseChangeLog: + - changeSet: + author: cps + label: xnf-data-preload + id: 2 + loadUpdateData: + encoding: UTF-8 + file: 'changelog/db/changes/data/dataspace.csv' + onlyUpdate: 'false' + primaryKey: 'id' + quotchar: '"' + separator: '|' + tableName: 'dataspace'
\ No newline at end of file |