From 009a574339ba0bccca7c786c18af24203e4cecf3 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Sun, 14 Apr 2019 21:32:42 -0400 Subject: Add missing model invariant indexes Some of the properties in the schema are missing the indexes for the dbalias properties and if they are missing it could potentially cause issues when the application runs the create db schema Adding a junit to ensure that in the future that such properties are properly highlighted to ensure that this doesn't happen Issue-ID: AAI-2374 Change-Id: I01efba764a61881056892458bdf705d94d458650 Signed-off-by: Kajur, Harish (vk250x) --- aai-queries/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aai-queries/pom.xml') diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index a807229..a70da3f 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.schema-service schema-service - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT aai-queries aai-queries - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT https://nexus.onap.org -- cgit 1.2.3-korg