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
When rolling back a changeSet, the corresponding data set (“row”) in the DATABASECHANGELOG Collection (“table”) will be removed. However, the object will NOT be rolled back.
When rolling back a changeSet, the corresponding data set (“row”) in the DATABASECHANGELOG Collection (“table”) will be removed. However, the object will NOT be rolled back.
I used the changeLog from here:
https://github.com/liquibase/liquibase-mongodb/blob/main/src/test/resources/liquibase/ext/changelog.create-collection.test.xml
STR
liquibase update
liquibase rollbackCount 1
liquibase update
againActual result:
The changeSet will fail with the message "collection already exists"
Expected result
The update should have been successful
The collection should have been dropped during the rollback
┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered: