public interface CustomTaskRollback
CustomTaskChangevoid rollback(Database database) throws CustomChangeException, RollbackImpossibleException
database - Database the change is being executed against.CustomChangeException - an exception occurs while processing this rollbackRollbackImpossibleException - if rollback is not supported for this changeCopyright © 2018 Liquibase.org. All rights reserved.