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
ConstructorsConstructorDescriptionSchemaUpgradeFragment(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:InstallFragmentExecutes this fragments install routine and returns a report. This will affect all modules.- Specified by:
 installin interfaceInstallFragment- Returns:
 - a report for this install fragment
 
 
 -