Drop column that should have been dropped in 3.4 to 3.5 migration
This commit is contained in:
parent
041a4c4018
commit
721c1cd405
|
@ -277,6 +277,7 @@ public class HapiFhirJpaMigrationTasks extends BaseMigrationTasks<VersionEnum> {
|
|||
Builder.BuilderWithTableName spp = version.onTable("HFJ_RES_PARAM_PRESENT");
|
||||
version.startSectionWithMessage("Starting work on table: " + spp.getTableName());
|
||||
spp.dropIndex("IDX_RESPARMPRESENT_SPID_RESID");
|
||||
spp.dropColumn("SP_ID");
|
||||
spp
|
||||
.addColumn("HASH_PRESENCE")
|
||||
.nullable()
|
||||
|
|
Loading…
Reference in New Issue