Skip to content

Commit b474bba

Browse files
committed
chore: add other friends index
1 parent 96da877 commit b474bba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • hasura/migrations/default/1770589396319_optimize_friends_queries
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_friends_other_player_steam_id
2+
ON friends(other_player_steam_id, player_steam_id);

0 commit comments

Comments
 (0)