Skip to content

Commit e11a97c

Browse files
authored
Add the missing UM_ROLE_NAME_IND index in DB2 script (#4427)
2 parents abf3329 + 0df108b commit e11a97c

File tree

1 file changed

+2
-0
lines changed
  • distribution/kernel/carbon-home/dbscripts

1 file changed

+2
-0
lines changed

distribution/kernel/carbon-home/dbscripts/db2.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,8 @@ CREATE TABLE UM_HYBRID_ROLE(
823823
UNIQUE(UM_ROLE_NAME,UM_TENANT_ID,UM_AUDIENCE_REF_ID)
824824
)/
825825

826+
CREATE INDEX UM_ROLE_NAME_IND ON UM_HYBRID_ROLE(UM_ROLE_NAME)/
827+
826828
CREATE SEQUENCE UM_HYBRID_ROLE_SEQUENCE AS DECIMAL(27,0)
827829
INCREMENT BY 1
828830
START WITH 1

0 commit comments

Comments
 (0)