From c52588edfa229b2478f04ef3c24ecb3eb8ffbe2f Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Tue, 24 Oct 2017 17:09:04 -0400 Subject: NetworkResource modelInvariantUUID is too short It is currently 20. It should be 200. I'm also fixing HeatFiles.hbm.xml to match a recent schema fix (SO-247). Issue: SO-264 Change-Id: I2bd6fc480310abc80b1a189a83b1e3f73c90149b Signed-off-by: Rob Daugherty --- mso-catalog-db/src/main/resources/HeatFiles.hbm.xml | 2 +- mso-catalog-db/src/main/resources/NetworkResource.hbm.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'mso-catalog-db') diff --git a/mso-catalog-db/src/main/resources/HeatFiles.hbm.xml b/mso-catalog-db/src/main/resources/HeatFiles.hbm.xml index 4674239a99..5a2c4aa537 100644 --- a/mso-catalog-db/src/main/resources/HeatFiles.hbm.xml +++ b/mso-catalog-db/src/main/resources/HeatFiles.hbm.xml @@ -36,7 +36,7 @@ - + diff --git a/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml b/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml index 7f4698e82b..1599cf5c66 100644 --- a/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml +++ b/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml @@ -29,7 +29,7 @@ - + @@ -50,4 +50,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg