liquibase-neo4j icon indicating copy to clipboard operation
liquibase-neo4j copied to clipboard

Neo4j extension for Liquibase

Results 27 liquibase-neo4j issues
Sort by recently updated
recently updated
newest added

Hello everyone, I'm making first steps in liquibase plugin for neo4j and I'm struggling with generating the initial changeLog file for the existing neo4j database. I run the following command:...

Liquibase Neo4j is usable via JBang: https://github.com/neo4j/jbang-catalog

We should support a generic index creation change that works across all supported Neo4j versions and most of the various indices the database supports. The added value for users is...

We should support a generic constraint creation change that works across all supported Neo4j versions and most of the various indices the database supports. The added value for users is...

This should be the first page of the reference section and linked from the welcome page with a text like: "Not sure if Liquibase Neo4j is the right fit for...

This will require a change to `liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser` to make it extensible. The error currently looks like this: ```java liquibase.exception.CommandExecutionException: liquibase.exception.ChangeLogParseException: The 'cypher-check' precondition type is not supported. at liquibase.command.CommandScope.execute(CommandScope.java:235) at...

### Indices and constraints (internal) - node uniqueness constraint on `__LiquibaseLock(:lockedBy)` - node uniqueness constraint on `__LiquibaseTag(:tag)` - node uniqueness constraint on `__LiquibaseContext(:context)` - node uniqueness constraint on `__LiquibaseLabel(:label)` -...

This is only available starting with Neo4j 4.3 (see https://neo4j.com/docs/cypher-manual/current/indexes-for-search-performance/#administration-indexes-create-a-single-property-index-for-relationships). This would be useful for the `IN_CHANGELOG` relationship between the `__LiquibaseChangeLog` node and `__LiquibaseChangeSet`. The indexed relationship properties should be...