We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96da877 commit b474bbaCopy full SHA for b474bba
1 file changed
hasura/migrations/default/1770589396319_optimize_friends_queries/up.sql
@@ -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