From 8a7d4d34355a5ac93415e2511e83fa3fca7cd584 Mon Sep 17 00:00:00 2001 From: pwielebs Date: Thu, 25 Feb 2021 07:52:17 +0100 Subject: Store the type of VF module orchestration template (HEAT or HELM) during distribution Issue-ID: SO-3484 Signed-off-by: pwielebs Change-Id: I3152d2d75584d50493a8ea2229090cdfc6a1fcec --- mso-api-handlers/mso-api-handler-infra/src/test/resources/schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'mso-api-handlers/mso-api-handler-infra/src/test') diff --git a/mso-api-handlers/mso-api-handler-infra/src/test/resources/schema.sql b/mso-api-handlers/mso-api-handler-infra/src/test/resources/schema.sql index fd8c273b57..b84311f9b7 100644 --- a/mso-api-handlers/mso-api-handler-infra/src/test/resources/schema.sql +++ b/mso-api-handlers/mso-api-handler-infra/src/test/resources/schema.sql @@ -933,6 +933,7 @@ CREATE TABLE `vf_module` ( `MODEL_NAME` varchar(200) NOT NULL, `DESCRIPTION` varchar(1200) DEFAULT NULL, `IS_BASE` tinyint(1) NOT NULL, + `ORCH_TEMPLATE_ARTIFACT_TYPE` varchar(20) DEFAULT NULL, `HEAT_TEMPLATE_ARTIFACT_UUID` varchar(200) DEFAULT NULL, `VOL_HEAT_TEMPLATE_ARTIFACT_UUID` varchar(200) DEFAULT NULL, `CREATION_TIMESTAMP` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, -- cgit 1.2.3-korg