Skip to content

Commit ed953d8

Browse files
IanMMarshallianmarshall
andauthored
Rename index that was recently changed. (#2173)
* Restoring name of index that was changed in migration task. * Rename TermValueSetConcept index that was recently changed. Co-authored-by: ianmarshall <[email protected]>
1 parent bf9e02b commit ed953d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/entity/TermValueSetConcept.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* bork up migration tasks.
4141
*/
4242
@Table(name = "TRM_VALUESET_CONCEPT", uniqueConstraints = {
43-
@UniqueConstraint(name = "IDX_VS_CONCEPT_CS_CD", columnNames = {"VALUESET_PID", "SYSTEM_URL", "SYSTEM_VER", "CODEVAL"}),
43+
@UniqueConstraint(name = "IDX_VS_CONCEPT_CS_CODE", columnNames = {"VALUESET_PID", "SYSTEM_URL", "SYSTEM_VER", "CODEVAL"}),
4444
@UniqueConstraint(name = "IDX_VS_CONCEPT_ORDER", columnNames = {"VALUESET_PID", "VALUESET_ORDER"})
4545
})
4646
@Entity()

0 commit comments

Comments
 (0)