aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/test')
-rw-r--r--mso-api-handlers/mso-api-handler-infra/src/test/resources/schema.sql1
1 files changed, 1 insertions, 0 deletions
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,