Package | Description |
---|---|
org.openmrs.util |
Shared utilities for OpenMRS classes
|
org.openmrs.web.filter.update |
Modifier and Type | Method and Description |
---|---|
static java.util.List<DatabaseUpdater.OpenMRSChangeSet> |
DatabaseUpdater.getDatabaseChanges()
Looks at the current liquibase-update-to-latest.xml file and then checks the database to see
if they have been run.
|
static java.util.List<DatabaseUpdater.OpenMRSChangeSet> |
DatabaseUpdater.getUnrunDatabaseChanges() |
static java.util.List<DatabaseUpdater.OpenMRSChangeSet> |
DatabaseUpdater.getUnrunDatabaseChanges(java.lang.String... changeLogFilenames)
Looks at the specified liquibase change log files and returns all changesets in the files
that have not been run on the database yet.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<DatabaseUpdater.OpenMRSChangeSet> |
UpdateFilterModel.changes |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.