Class PropertyTrackingSchemaInstaller
java.lang.Object
com.foreach.across.core.installers.AcrossLiquibaseInstaller
com.foreach.across.modules.properties.installers.PropertyTrackingSchemaInstaller
@Installer(description="Installs the property tracking table",
version=1)
public class PropertyTrackingSchemaInstaller
extends com.foreach.across.core.installers.AcrossLiquibaseInstaller
- Author:
- Arne Vandamme
-
Constructor Summary
-
Method Summary
Methods inherited from class com.foreach.across.core.installers.AcrossLiquibaseInstaller
buildParameters, createSpringLiquibase, getChangelog, getDataSource, getDefaultSchema, getSchemaConfiguration, install, setBeanFactory, setChangeLog, setDataSource, setDefaultSchema, setSchemaConfiguration
-
Constructor Details
-
PropertyTrackingSchemaInstaller
public PropertyTrackingSchemaInstaller()
-