Update neo4j/README.md

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Hannes Heine 2023-03-08 09:34:35 +01:00 committed by GitHub
parent 9f2211d7d1
commit 5e5c1fef04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ The indexes and constraints of our database are set in `backend/src/db/migrate/s
This is where the magic happens.
It's called by our `prod:migrate init` command.
This command initializes the Admin user and creates all necessary indices and constraints in the Neo4j database.
This command initializes the Admin user and creates all necessary indexes and constraints in the Neo4j database.
***Calls in development***