Skip to content

Commit 4be7f12

Browse files
committed
add another hot_score index without nulls clause
1 parent b672d01 commit 4be7f12

File tree

1 file changed

+2
-0
lines changed
  • prisma/migrations/20250315202641_hot_score_view_idx_fix

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CREATE INDEX IF NOT EXISTS hot_score_view_hot_score_no_nulls_idx ON hot_score_view(hot_score DESC);
2+
CREATE INDEX IF NOT EXISTS hot_score_view_sub_hot_score_no_nulls_idx ON hot_score_view(sub_hot_score DESC);

0 commit comments

Comments
 (0)