mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-18 02:45:07 +00:00
Change visibility of migration method (#4471)
* change migration visibility * add empty migration method for 640 --------- Co-authored-by: nathaniel.doef <nathaniel.doef@smilecdr.com>
This commit is contained in:
parent
40508a00e3
commit
882f22fdb0
@ -87,9 +87,14 @@ public class HapiFhirJpaMigrationTasks extends BaseMigrationTasks<VersionEnum> {
|
|||||||
init610();
|
init610();
|
||||||
init620();
|
init620();
|
||||||
init630();
|
init630();
|
||||||
|
init640();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void init630() {
|
protected void init640() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
protected void init630() {
|
||||||
Builder version = forVersion(VersionEnum.V6_3_0);
|
Builder version = forVersion(VersionEnum.V6_3_0);
|
||||||
|
|
||||||
// start forced_id inline migration
|
// start forced_id inline migration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user