summaryrefslogtreecommitdiffstats
path: root/asdc-controller
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2019-12-18 21:00:33 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-18 21:00:33 +0000
commit65f706774bfd515efffb9afab407913eb9d1c08b (patch)
tree80413ad11d9225fa275f949f0ffaf721c87079b5 /asdc-controller
parentb55a3a35b75653f9804821432d95ae769ea494b5 (diff)
parentb39509088a320c5c60b26f74ced3f420d217c376 (diff)
Merge "Implementing scope and action values from SO-DB to SO-Backend"
Diffstat (limited to 'asdc-controller')
-rw-r--r--asdc-controller/src/test/resources/schema.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/asdc-controller/src/test/resources/schema.sql b/asdc-controller/src/test/resources/schema.sql
index ed6cb89bf6..0821ebc97c 100644
--- a/asdc-controller/src/test/resources/schema.sql
+++ b/asdc-controller/src/test/resources/schema.sql
@@ -738,6 +738,8 @@ CREATE TABLE `orchestration_flow_reference` (
`SEQ_NO` int(11) NOT NULL,
`FLOW_NAME` varchar(200) NOT NULL,
`FLOW_VERSION` double NOT NULL,
+ `SCOPE` varchar(200) DEFAULT NULL,
+ `ACTION` varchar(200) DEFAULT NULL,
`NB_REQ_REF_LOOKUP_ID` int(11) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `UK_orchestration_flow_reference` (`COMPOSITE_ACTION`,`FLOW_NAME`,`SEQ_NO`,`NB_REQ_REF_LOOKUP_ID`),