Files
Chethan Rao 40898c0ac9 refactor(api_keys): use merchant_id and key_id to query the table (#939)
Signed-off-by: Chethan <chethan.rao@juspay.in>
2023-04-24 19:34:18 +00:00

1 line
88 B
SQL

CREATE UNIQUE INDEX api_keys_merchant_id_key_id_index ON api_keys (merchant_id, key_id);