Class SchemaUpgradeFragment
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.install.fragments.SchemaUpgradeFragment
- All Implemented Interfaces:
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).
-
Constructor Summary
ConstructorDescriptionSchemaUpgradeFragment
(org.slf4j.Logger log, ChangelogService changelogService, SchemaService schemaService, DataSource dataSource) -
Method Summary
Modifier and TypeMethodDescriptioninstall
(InstallParameters params) Executes this fragments install routine and returns a report.
-
Constructor Details
-
SchemaUpgradeFragment
public SchemaUpgradeFragment(org.slf4j.Logger log, ChangelogService changelogService, SchemaService schemaService, DataSource dataSource)
-
-
Method Details
-
install
Description copied from interface:InstallFragment
Executes this fragments install routine and returns a report. This will affect all modules.- Specified by:
install
in interfaceInstallFragment
- Returns:
- a report for this install fragment
-