From b8bfef3a009922db72c1a618211ce03c07683e58 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Thu, 12 Aug 2021 23:05:15 +0100 Subject: Implement simple onboarding cassandra upgrade 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 --- integration-tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration-tests') diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 5a80dcd26c..1656e28bce 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -544,7 +544,7 @@ limitations under the License. - Initializing onboard schemas + Onboarding init was successful custom -- cgit 1.2.3-korg