From 43300fa65b5d8c2896a19d37c89876e17de5a40f Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Wed, 23 May 2018 10:54:41 -0400 Subject: NETWORK_RECIPE for CM flows Increased ACTION field in all recipe tables to 40 chars. Change-Id: I4eb76ce1859f901adb07df753663f9f46372f15f Issue-ID: SO-639 Signed-off-by: Rob Daugherty --- mso-catalog-db/src/main/resources/ArRecipe.hbm.xml | 4 ++-- mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml | 4 ++-- mso-catalog-db/src/main/resources/NetworkRecipe.hbm.xml | 4 ++-- mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml | 2 +- mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml | 2 +- mso-catalog-db/src/main/resources/VnfRecipe.hbm.xml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) (limited to 'mso-catalog-db') diff --git a/mso-catalog-db/src/main/resources/ArRecipe.hbm.xml b/mso-catalog-db/src/main/resources/ArRecipe.hbm.xml index fedfe31551..a840093561 100644 --- a/mso-catalog-db/src/main/resources/ArRecipe.hbm.xml +++ b/mso-catalog-db/src/main/resources/ArRecipe.hbm.xml @@ -37,7 +37,7 @@ - + @@ -59,4 +59,4 @@ - \ No newline at end of file + diff --git a/mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml b/mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml index 2332324370..4a0b5fbf2a 100644 --- a/mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml +++ b/mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml @@ -70,7 +70,7 @@ - + @@ -84,4 +84,4 @@ - \ No newline at end of file + diff --git a/mso-catalog-db/src/main/resources/NetworkRecipe.hbm.xml b/mso-catalog-db/src/main/resources/NetworkRecipe.hbm.xml index 4490dbadd0..9081bb8732 100644 --- a/mso-catalog-db/src/main/resources/NetworkRecipe.hbm.xml +++ b/mso-catalog-db/src/main/resources/NetworkRecipe.hbm.xml @@ -36,7 +36,7 @@ - + @@ -58,4 +58,4 @@ - \ No newline at end of file + diff --git a/mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml b/mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml index 75be1c71b0..bdd54f7832 100644 --- a/mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml +++ b/mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml @@ -44,7 +44,7 @@ - + diff --git a/mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml b/mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml index d2ca635c9a..8bb138a313 100644 --- a/mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml +++ b/mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml @@ -37,7 +37,7 @@ - + diff --git a/mso-catalog-db/src/main/resources/VnfRecipe.hbm.xml b/mso-catalog-db/src/main/resources/VnfRecipe.hbm.xml index 910cb9bf5c..08570708dd 100644 --- a/mso-catalog-db/src/main/resources/VnfRecipe.hbm.xml +++ b/mso-catalog-db/src/main/resources/VnfRecipe.hbm.xml @@ -37,7 +37,7 @@ - + -- cgit 1.2.3-korg