Skip to content

Commit 14cc048

Browse files
committed
test1
1 parent abe323b commit 14cc048

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/migrations/20260226_01_WgYAV-queryindex.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
DROP INDEX CONCURRENTLY IF EXISTS leaderboard.idx_runs_valid_scores;
2020
"""
2121
),
22+
# Secondary: index on submission.leaderboard_id
2223
step(
2324
"""
2425
CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_submission_leaderboard_id
@@ -28,6 +29,7 @@
2829
DROP INDEX CONCURRENTLY IF EXISTS leaderboard.idx_submission_leaderboard_id;
2930
"""
3031
),
32+
# Secondary: index on submission.user_id
3133
step(
3234
"""
3335
CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_submission_user_id

0 commit comments

Comments
 (0)