summaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/install/database/upgrade-scripts
AgeCommit message (Collapse)AuthorFilesLines
2021-08-17Handle VSP package upload for multi-modelandre.schmid1-0/+2
Change-Id: Iceca3f160eaeb1a6431fc3c5bbab92847e95ae4d Issue-ID: SDC-3667 Signed-off-by: André Schmid <andre.schmid@est.tech>
2021-08-13Implement simple onboarding cassandra upgradeandre.schmid1-0/+1
Introduces a folder to hold cql scripts to upgrade the onboarding cassandra. The files will be copied to the docker and executed in alphabetical order. The suggested pattern for the file names is YYYYMMDD-changeName.cql. Change-Id: Ia32a63ec5ab4417cf0df8bb5536c7f041e2327c9 Issue-ID: SDC-3669 Signed-off-by: andre.schmid <andre.schmid@est.tech>