public interface CustomTaskRollback
CustomTaskChange| Modifier and Type | Method and Description |
|---|---|
void |
rollback(Database database)
Method called to rollback the change.
|
void 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 © 2019 Liquibase.org. All rights reserved.