Skip to content

Commit

Permalink
Create index on IDN_RECOVERY_FLOW_DATA table
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashmini committed Sep 8, 2023
1 parent e27236c commit d0da393
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1218,3 +1218,6 @@ CREATE INDEX IDX_CORS_SP_APP_ID ON IDN_CORS_ASSOCIATION (SP_APP_ID);

-- IDN_CORS_ASSOCIATION --
CREATE INDEX IDX_CORS_ORIGIN_ID ON IDN_CORS_ASSOCIATION (IDN_CORS_ORIGIN_ID);

-- IDN_RECOVERY_FLOW_DATA --
CREATE INDEX IDX_RECOVERY_FLOW_ID ON IDN_RECOVERY_FLOW_DATA (RECOVERY_FLOW_ID);

0 comments on commit d0da393

Please sign in to comment.