Class SchemaUpgradeFragment

java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.install.fragments.SchemaUpgradeFragment
All Implemented Interfaces:
InstallFragment

@Component public class SchemaUpgradeFragment extends Object implements InstallFragment
It is important that the entire migrations is done in one liquibase operation. Otherwise it is very slow due the setup overhead (loading ran change sets).