summaryrefslogtreecommitdiffstats
path: root/cps-ri/src/main/resources/changelog/db/changes/04-loadData-anchor.yaml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-02-24 11:54:43 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-24 11:54:43 +0000
commit5ecf25627589001888c68e9f413c28ccaac69c26 (patch)
treed017b65ff3538e0d21bd403cbb9e63892a24e760 /cps-ri/src/main/resources/changelog/db/changes/04-loadData-anchor.yaml
parentf2ce686eeb0781afb6766034581d9508d3501d55 (diff)
parent495ae8e49f0131bf461ea52baa87004c39f40bd3 (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/04-loadData-anchor.yaml')
-rw-r--r--cps-ri/src/main/resources/changelog/db/changes/04-loadData-anchor.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/cps-ri/src/main/resources/changelog/db/changes/04-loadData-anchor.yaml b/cps-ri/src/main/resources/changelog/db/changes/04-loadData-anchor.yaml
new file mode 100644
index 000000000..d42870d24
--- /dev/null
+++ b/cps-ri/src/main/resources/changelog/db/changes/04-loadData-anchor.yaml
@@ -0,0 +1,13 @@
+databaseChangeLog:
+ - changeSet:
+ author: cps
+ label: xnf-data-preload
+ id: 4
+ loadUpdateData:
+ encoding: UTF-8
+ file: 'changelog/db/changes/data/anchor.csv'
+ onlyUpdate: 'false'
+ primaryKey: 'id'
+ quotchar: '"'
+ separator: '|'
+ tableName: 'anchor'