Package liquibase.change.custom
Interface CustomTaskRollback
public interface CustomTaskRollback
Interface to implement that allows rollback of a custom task change.
- See Also:
-
Method Summary
-
Method Details
-
rollback
Method called to rollback the change.- Parameters:
database
- Database the change is being executed against.- Throws:
CustomChangeException
- an exception occurs while processing this rollbackRollbackImpossibleException
- if rollback is not supported for this change
-