@icgio/icg-exchanges-wrapper 1.14.229 → 1.14.230
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -71,6 +71,7 @@ class OpenOrdersStore {
|
|
|
71
71
|
);
|
|
72
72
|
CREATE INDEX IF NOT EXISTS idx_open_orders_status ON open_orders(status);
|
|
73
73
|
CREATE INDEX IF NOT EXISTS idx_open_orders_exchange ON open_orders(exchange);
|
|
74
|
+
CREATE INDEX IF NOT EXISTS idx_open_orders_ex_pair_order ON open_orders(exchange, pair, order_id);
|
|
74
75
|
`
|
|
75
76
|
|
|
76
77
|
const client = await this.pool.connect()
|