Class MigrateHasChildrenFlagChange
java.lang.Object
ch.tocco.nice2.dms.impl.dbrefactoring.MigrateHasChildrenFlagChange
- All Implemented Interfaces:
liquibase.change.custom.CustomChange
,liquibase.change.custom.CustomTaskChange
@Deprecated
public class MigrateHasChildrenFlagChange
extends Object
implements liquibase.change.custom.CustomTaskChange
Deprecated.
Before adding not null constraint to has_children column, compute missing values
-
Field Summary
Modifier and TypeFieldDescriptionprotected Context
Deprecated.protected SecurityManager
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(liquibase.database.Database database) Deprecated.Deprecated.void
setFileOpener
(liquibase.resource.ResourceAccessor resourceAccessor) Deprecated.void
setUp()
Deprecated.liquibase.exception.ValidationErrors
validate
(liquibase.database.Database database) Deprecated.
-
Field Details
-
context
Deprecated. -
securityManager
Deprecated.
-
-
Constructor Details
-
MigrateHasChildrenFlagChange
public MigrateHasChildrenFlagChange()Deprecated.
-
-
Method Details
-
execute
public void execute(liquibase.database.Database database) throws liquibase.exception.CustomChangeException Deprecated.- Specified by:
execute
in interfaceliquibase.change.custom.CustomTaskChange
- Throws:
liquibase.exception.CustomChangeException
-
getConfirmationMessage
Deprecated.- Specified by:
getConfirmationMessage
in interfaceliquibase.change.custom.CustomChange
-
setUp
public void setUp() throws liquibase.exception.SetupExceptionDeprecated.- Specified by:
setUp
in interfaceliquibase.change.custom.CustomChange
- Throws:
liquibase.exception.SetupException
-
setFileOpener
public void setFileOpener(liquibase.resource.ResourceAccessor resourceAccessor) Deprecated.- Specified by:
setFileOpener
in interfaceliquibase.change.custom.CustomChange
-
validate
public liquibase.exception.ValidationErrors validate(liquibase.database.Database database) Deprecated.- Specified by:
validate
in interfaceliquibase.change.custom.CustomChange
-