You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to start using neo4j-migrations. For now i have a working neo4j database with thousands of nodes and relations, a lot of constraints and indexes. Is that okay if I will write V1 migration with only new changes on existing database? For example, some refactoring.
P.S. I feel a little shame because of naive question, but migrations in graph database confusing me a bit.