Add constraints and indexes as appropriate. (yes, yes, let's all laugh at Neo4j for not enforcing a schema by default)
Use https://github.com/michael-simons/neo4j-migrations.
Plain .cypher files without management around them could work, but after using flyway, I like using a migrations tool.
Add constraints and indexes as appropriate. (yes, yes, let's all laugh at Neo4j for not enforcing a schema by default)
Use https://github.com/michael-simons/neo4j-migrations.
Plain .cypher files without management around them could work, but after using flyway, I like using a migrations tool.