Package org.opennms.config.upgrade
Class LiquibaseUpgrader
- java.lang.Object
-
- org.opennms.config.upgrade.LiquibaseUpgrader
-
public class LiquibaseUpgrader extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
TABLE_NAME_DATABASECHANGELOG
static String
TABLE_NAME_DATABASECHANGELOGLOCK
-
Constructor Summary
Constructors Constructor Description LiquibaseUpgrader(ConfigurationManagerService cm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
runChangelog(String changelog, Connection sqlConnection)
-
-
-
Field Detail
-
TABLE_NAME_DATABASECHANGELOG
public static final String TABLE_NAME_DATABASECHANGELOG
- See Also:
- Constant Field Values
-
TABLE_NAME_DATABASECHANGELOGLOCK
public static final String TABLE_NAME_DATABASECHANGELOGLOCK
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LiquibaseUpgrader
public LiquibaseUpgrader(ConfigurationManagerService cm)
-
-
Method Detail
-
runChangelog
public void runChangelog(String changelog, Connection sqlConnection) throws liquibase.exception.LiquibaseException
- Throws:
liquibase.exception.LiquibaseException
-
-