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 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index baf29672..413c5b3a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ bundleconfig-local/etc/logback.xml .vscode/ .devcontainer/ *.log -aai-core/logs/ \ No newline at end of file +aai-core/logs/ +.classpath \ No newline at end of file -- cgit 1.2.3-korg