Package | Description |
---|---|
org.openmrs.util |
Shared utilities for OpenMRS classes
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
DatabaseUpdater.executeChangelog(String changelog,
ChangeSetExecutorCallback callback)
Executes the given changelog file.
|
static List<String> |
DatabaseUpdater.executeChangelog(String changeLogFile,
liquibase.Contexts contexts,
ChangeSetExecutorCallback callback,
ClassLoader cl)
This code was borrowed from the liquibase jar so that we can call the given callback function.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.