From e190b0b67803241ad3a94a6c6396fc47a94e7fac Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 21 Feb 2024 13:41:30 +0100 Subject: Enhance SchemaGenerator to also generate indices for relationships - generate edge indexes when they not already exist - reindex existing indexes when they are not in status ENABLED - try to recover indexes that are in INSTALLED state - bump version to 1.13.5 Issue-ID: AAI-3782 Change-Id: I127e0f83b17485d7a6721206ade92cd50c89a51b Signed-off-by: Fiete Ostkamp --- aai-schema-ingest/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aai-schema-ingest') diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 14706af8..3d530ae0 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -26,7 +26,7 @@ limitations under the License. org.onap.aai.aai-common aai-parent - 1.13.4-SNAPSHOT + 1.13.5-SNAPSHOT ../aai-parent/pom.xml aai-schema-ingest -- cgit 1.2.3-korg