fix: better like count

This commit is contained in:
trafficlunar 2026-04-19 18:16:10 +01:00
parent c951c7d755
commit 583d223ed9
6 changed files with 25 additions and 19 deletions

View file

@ -0,0 +1,2 @@
-- CreateIndex
CREATE INDEX "miis_in_queue_quarantined_createdAt_idx" ON "miis"("in_queue", "quarantined", "createdAt" DESC);