mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-23 06:15:47 +00:00
One more missing index
This commit is contained in:
parent
7665e472ad
commit
eb7b5ca02a
@ -258,6 +258,10 @@ public class HapiFhirJpaMigrationTasks extends BaseMigrationTasks<VersionEnum> {
|
|||||||
.addIndex("IDX_SP_URI_HASH_IDENTITY")
|
.addIndex("IDX_SP_URI_HASH_IDENTITY")
|
||||||
.unique(false)
|
.unique(false)
|
||||||
.withColumns("HASH_IDENTITY", "SP_URI");
|
.withColumns("HASH_IDENTITY", "SP_URI");
|
||||||
|
spidxUri
|
||||||
|
.addColumn("HASH_URI")
|
||||||
|
.nullable()
|
||||||
|
.type(AddColumnTask.ColumnTypeEnum.LONG);
|
||||||
spidxUri
|
spidxUri
|
||||||
.addIndex("IDX_SP_URI_HASH_URI")
|
.addIndex("IDX_SP_URI_HASH_URI")
|
||||||
.unique(false)
|
.unique(false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user