๐Ÿ“ฆ juspay / hyperswitch

๐Ÿ“„ up.sql ยท 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13-- Your SQL goes here

DROP INDEX IF EXISTS role_name_org_id_org_scope_index;

DROP INDEX IF EXISTS role_name_merchant_id_merchant_scope_index;

DROP INDEX IF EXISTS roles_merchant_org_index;

CREATE INDEX roles_merchant_org_index ON roles (
    org_id,
    merchant_id,
    profile_id
);