X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fsdnc%2Fsrc%2Fmain%2Fresources%2Fservice_model.data.dump;h=04949309de28826c4e472c3e4a0e9d0c62295dfd;hb=6951dc59889a812cdeb7382b40ff858f0d999f01;hp=8d7b103a3f8adedb49b7731a0e44b2134bbf75b2;hpb=186befdfa74d04794b27cbb3d73d8beb18d17c0d;p=sdnc%2Foam.git diff --git a/installation/sdnc/src/main/resources/service_model.data.dump b/installation/sdnc/src/main/resources/service_model.data.dump index 8d7b103a..04949309 100644 --- a/installation/sdnc/src/main/resources/service_model.data.dump +++ b/installation/sdnc/src/main/resources/service_model.data.dump @@ -58,4 +58,15 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; +DROP TABLE IF EXISTS `SERVICE_MODEL_TO_VF_MODEL_MAPPING`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `SERVICE_MODEL_TO_VF_MODEL_MAPPING` ( + `service_uuid` varchar(255) NOT NULL, + `vf_uuid` varchar(255) NOT NULL, + `vf_customization_uuid` varchar(255) NOT NULL, + `service_invariant_uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY(`service_uuid`, `vf_uuid`, `vf_customization_uuid`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + -- Dump completed on 2017-10-12 20:48:44