Skip to content

Commit

Permalink
fix(WC)_: Create indexes for WC queries
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjba committed Oct 24, 2024
1 parent c72f491 commit d128fad
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CREATE INDEX wallet_connect_sessions_idx_644f3e58 ON wallet_connect_sessions(disconnected, expiry);
CREATE INDEX wallet_connect_sessions_idx_b4647399 ON wallet_connect_sessions(disconnected, test_chains, expiry);
CREATE INDEX wallet_connect_sessions_idx_c4f5be6a ON wallet_connect_sessions(created_timestamp DESC);
CREATE INDEX wallet_connect_sessions_idx_5dcb13c8 ON wallet_connect_sessions(pairing_topic);
CREATE INDEX wallet_connect_sessions_idx_200629ef ON wallet_connect_sessions(dapp_url);

0 comments on commit d128fad

Please sign in to comment.