Skip to content

206 setup neo4j db constraints on startup

Hannes Heine requested to merge pr739head into pr739base

Created by: Tirokk

roschaefer Authored by roschaefer Merged


🍰 Pullrequest

This PR will re-create all database constraints and indexes on startup of the neo4j container. I also added some documentation how to run the script locally. Actually it needs to be run only once. But I got used to the solution outlined here by @javamonkey79, thanks! Running the CREATE CONSTRAINTS even if they exist already does not hurt, so why not.

Issues

Todo

  • None

Merge request reports