aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-controller
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2019-03-15 12:47:58 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-15 12:47:58 +0000
commit33ee0805178bcf082bd3846981a09fab24b2774f (patch)
tree2d2eac87df48da976f9599305d5f5e12212ea770 /asdc-controller
parentb905d4096e2a2378b464e8a556b064bd3443548a (diff)
parent1414f938b6fb86e6a15f3dfb9080f90f5d78b292 (diff)
Merge "Saved vnfOperationalEnvironmentId to be used later"
Diffstat (limited to 'asdc-controller')
-rw-r--r--asdc-controller/src/test/resources/schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/asdc-controller/src/test/resources/schema.sql b/asdc-controller/src/test/resources/schema.sql
index 43572c476d..5f78c85c98 100644
--- a/asdc-controller/src/test/resources/schema.sql
+++ b/asdc-controller/src/test/resources/schema.sql
@@ -1026,6 +1026,7 @@ CREATE TABLE `activate_operational_env_service_model_distribution_status` (
`WORKLOAD_CONTEXT` varchar(80) NOT NULL,
`CREATE_TIME` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`MODIFY_TIME` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
+ `VNF_OPERATIONAL_ENV_ID` varchar(45) NOT NULL,
PRIMARY KEY (`OPERATIONAL_ENV_ID`,`SERVICE_MODEL_VERSION_ID`,`REQUEST_ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;