public class ChangeLogDetective extends Object
Constructor and Description |
---|
ChangeLogDetective() |
Modifier and Type | Method and Description |
---|---|
String |
getInitialLiquibaseSnapshotVersion(String context,
LiquibaseProvider liquibaseProvider)
Returns the version of the Liquibase snapshot that had been used to initialise the OpenMRS
database.
|
List<String> |
getUnrunLiquibaseUpdateFileNames(String snapshotVersion,
String context,
LiquibaseProvider liquibaseProvider)
Returns a list of Liquibase update files that contain un-run change sets.
|
public String getInitialLiquibaseSnapshotVersion(String context, LiquibaseProvider liquibaseProvider) throws Exception
liquibaseProvider
- provides access to a Liquibase instanceException
public List<String> getUnrunLiquibaseUpdateFileNames(String snapshotVersion, String context, LiquibaseProvider liquibaseProvider) throws Exception
snapshotVersion
- the snapshot version that had been used to initialise the OpenMRS databaseliquibaseProvider
- provides access to a Liquibase instanceException
Copyright © 2024 OpenMRS Inc.. All rights reserved.