From 2a4218f9cb597153d74ffc8bcd47c082fee787b2 Mon Sep 17 00:00:00 2001 From: c00149107 Date: Fri, 19 Jan 2018 14:36:23 +0800 Subject: Add Category info For Service and Resource Add Category info For Service and Resource,It is used for generic workflow Change-Id: I952d39388eac8b379a8ecc365e1292fdc0cf597e Issue-ID: SO-379 Signed-off-by: c00149107 --- mso-catalog-db/src/main/resources/NetworkResource.hbm.xml | 2 ++ mso-catalog-db/src/main/resources/Service.hbm.xml | 1 + mso-catalog-db/src/main/resources/VnfResource.hbm.xml | 2 ++ 3 files changed, 5 insertions(+) (limited to 'mso-catalog-db/src/main/resources') diff --git a/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml b/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml index 1599cf5c66..41e049ad8d 100644 --- a/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml +++ b/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml @@ -35,6 +35,8 @@ + + diff --git a/mso-catalog-db/src/main/resources/Service.hbm.xml b/mso-catalog-db/src/main/resources/Service.hbm.xml index 5bdb0f62bd..70f5731b7d 100644 --- a/mso-catalog-db/src/main/resources/Service.hbm.xml +++ b/mso-catalog-db/src/main/resources/Service.hbm.xml @@ -39,6 +39,7 @@ + diff --git a/mso-catalog-db/src/main/resources/VnfResource.hbm.xml b/mso-catalog-db/src/main/resources/VnfResource.hbm.xml index 2647a0fcc2..03d1de544c 100644 --- a/mso-catalog-db/src/main/resources/VnfResource.hbm.xml +++ b/mso-catalog-db/src/main/resources/VnfResource.hbm.xml @@ -36,6 +36,8 @@ + + -- cgit 1.2.3-korg