From 3ce5262436bcfdac9c2fac07fe590f04b93761ee Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Wed, 4 Oct 2017 16:11:11 -0400 Subject: Fix schema mismatch Corrected a foreign key definition in the VNF_RES_CUSTOM_TO_VF_MODULE_CUSTOM table. Issue: SO-180 Change-Id: I4dfb51ac615ca1dab19fbf3e0be728b2752e06bd Signed-off-by: Rob Daugherty --- mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mso-catalog-db/src') diff --git a/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml b/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml index b068e66e1e..72e7209d53 100644 --- a/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml +++ b/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml @@ -41,8 +41,8 @@ - - - + + + -- cgit 1.2.3-korg