From e78220176c2f98299d09d528a726aa644fe6667f Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Thu, 21 Sep 2017 01:20:23 -0400 Subject: Bad foreign key in VNF_RESOURCE_CUSTOMIZATION A foreign key definition for the VNF_RESOURCE_CUSTOMIZATION table was wrong. I fixed VnfResourceCustomization.hbm.xml Change-Id: Ie52f0b495d100d28bcb053ba46cb8e680a4e95a2 Issue-id: SO-147 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') diff --git a/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml b/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml index a3e738bbed..b068e66e1e 100644 --- a/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml +++ b/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml @@ -40,9 +40,9 @@ - - - + + + -- cgit 1.2.3-korg