liquibase/liquibase-neo4j

Implement label rename refactoring

fbiville opened this issue · 0 comments

This should follow what APOC does, i.e. either:

  • rename a label for all nodes (no fragment nor outputVariable specified)
  • or rename a label only for the specified nodes (with fragment and outputVariable like in the "merge nodes" refactoring)