summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-02-21 13:41:30 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-02-21 15:06:36 +0100
commite190b0b67803241ad3a94a6c6396fc47a94e7fac (patch)
tree48bb6696a881cfda1941f602ae3bc68ba9a46fd2 /.gitignore
parente5cf8b0a5bbad65dacdb1055f8b4894dce8cdb26 (diff)
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 <Fiete.Ostkamp@telekom.de>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
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