summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authormaopengzhang <zhang.maopeng1@zte.com.cn>2017-10-10 20:09:28 +0800
committeryunlong ying <ying.yunlong@zte.com.cn>2017-10-11 03:22:14 +0000
commit7cf2fac177f1f92daac87c14ff683f3bf38fb68d (patch)
tree8e60d2e462ff75e50d1a9dbfc6ceaee470cb5a81 /resources
parentd8b854adbb553d1462f87e861cb5bb715e6a3d1d (diff)
Add global-customer-id and service-type parameter
Add global-customer-id and service-type parameter in the model and database Change-Id: I8f81e552fac5f35655c9a64c7ad538aa01190ba6 Issue-ID: VFC-33 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
Diffstat (limited to 'resources')
-rw-r--r--resources/dbscripts/mysql/vfc-nfvo-lcm-createobj.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/dbscripts/mysql/vfc-nfvo-lcm-createobj.sql b/resources/dbscripts/mysql/vfc-nfvo-lcm-createobj.sql
index b2588f05..79c48509 100644
--- a/resources/dbscripts/mysql/vfc-nfvo-lcm-createobj.sql
+++ b/resources/dbscripts/mysql/vfc-nfvo-lcm-createobj.sql
@@ -143,7 +143,9 @@ CREATE TABLE NFVO_NSINST (
`INPUTPARAMS` longtext NULL,
`SCALEPARAMS` longtext NULL,
`CREATETIME` varchar(200) NULL,
- `LASTUPTIME` varchar(200) NULL
+ `LASTUPTIME` varchar(200) NULL,
+ `GLOBALCUSTOMERID` varchar(50) NULL,
+ `SERVICETYPE` varchar(50) NULL
);
DROP TABLE IF EXISTS NFVO_PORTINST;