mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-08 22:14:50 +00:00
add 420 migration
This commit is contained in:
parent
b0b410384f
commit
77373605bd
@ -55,10 +55,15 @@ public class HapiFhirJpaMigrationTasks extends BaseMigrationTasks<VersionEnum> {
|
||||
init350(); // 20180601 - 20180917
|
||||
init360(); // 20180918 - 20181112
|
||||
init400(); // 20190401 - 20190814
|
||||
init410(); // 20190815 - present
|
||||
init410(); // 20190815 - 20191014
|
||||
init420(); // 20191015 - present
|
||||
}
|
||||
|
||||
protected void init410() { // 20190815 - present
|
||||
protected void init420() { // 20191015 - present
|
||||
Builder version = forVersion(VersionEnum.V4_2_0);
|
||||
}
|
||||
|
||||
protected void init410() { // 20190815 - 20191014
|
||||
Builder version = forVersion(VersionEnum.V4_1_0);
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user