liquibase / liquibase-neo4j

Neo4j extension for Liquibase
Apache License 2.0
50 stars 11 forks source link

Review persistence of contexts and labels #120

Open fbiville opened 2 years ago

fbiville commented 2 years ago

Either explode and persist the expression as full expression trees or keep the whole expression as a string attribute of change set nodes. We currently do a bit of both, which is not great.

fbiville commented 2 years ago

Proposal of my colleague Eric Monk.

context-graph