From 36fe2156f59465f2e882b6df467783f9bd6dd850 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Thu, 5 Oct 2017 17:53:52 +0000 Subject: [PATCH] Updated git submodules Project: so master 3fa39ea4b932e93ed4d317e6b6e8daaf543e6ce9 Merge "Remove foreign key which is not supported by code" Remove foreign key which is not supported by code The foreign key we fixed in the VNF_RES_CUSTOM_TO_VF_MODULE_CUSTOM table is blocking distribution of the model. The insert that's failing is: insert into VNF_RES_CUSTOM_TO_VF_MODULE_CUSTOM ( VNF_RESOURCE_CUST_MODEL_CUSTOMIZATION_UUID, VF_MODULE_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?); The error is: "foreign key constraint fails" Issue: SO-180 Change-Id: I8d98bde144eb666430632b6089d8d27d66527884 Signed-off-by: Rob Daugherty --- docs/submodules/so.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/so.git b/docs/submodules/so.git index e976afc18..3fa39ea4b 160000 --- a/docs/submodules/so.git +++ b/docs/submodules/so.git @@ -1 +1 @@ -Subproject commit e976afc1819d5ed5f534de7d12771ebefeed76da +Subproject commit 3fa39ea4b932e93ed4d317e6b6e8daaf543e6ce9 -- 2.16.6