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
The behavior of Liquibase core for RDBMS is to also persist the contexts inherited from the changelog(s) including that change set as shown by the code below of liquibase.sqlgenerator.core.MarkChangeSetRanGenerator#buildFullContext:
The Neo4j plugin does not persist inherited contexts at the moment.
I'm not flagging this as a bug yet, since there is an ongoing discussion about that contexts should be persisted in the database (declared on file vs specified at runtime).
The text was updated successfully, but these errors were encountered:
The behavior of Liquibase core for RDBMS is to also persist the contexts inherited from the changelog(s) including that change set as shown by the code below of
liquibase.sqlgenerator.core.MarkChangeSetRanGenerator#buildFullContext
:The Neo4j plugin does not persist inherited contexts at the moment.
I'm not flagging this as a bug yet, since there is an ongoing discussion about that contexts should be persisted in the database (declared on file vs specified at runtime).
The text was updated successfully, but these errors were encountered: