mirror of
https://github.com/juspay/hyperswitch.git
synced 2026-03-13 09:02:06 +08:00
fix(migrations): added unique index on merchant_id and connector_name in merchant_connector_account (#49)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP INDEX merchant_connector_account_merchant_id_connector_name_index;
|
||||
1
migrations/2022-11-30-084736_update-index-in-mca/up.sql
Normal file
1
migrations/2022-11-30-084736_update-index-in-mca/up.sql
Normal file
@@ -0,0 +1 @@
|
||||
CREATE UNIQUE INDEX merchant_connector_account_merchant_id_connector_name_index ON merchant_connector_account (merchant_id, connector_name);
|
||||
Reference in New Issue
Block a user