fix(scheduler): use equals: null filter for endDate to satisfy Prisma where syntax and stop log spam

This commit is contained in:
Radosław Gierwiało
2025-11-30 13:50:48 +01:00
parent 621511fccf
commit 752d65035a
4 changed files with 11 additions and 5 deletions

View File

@@ -317,6 +317,7 @@ model MatchingRun {
// Relations
event Event @relation(fields: [eventId], references: [id], onDelete: Cascade)
suggestions RecordingSuggestion[]
@@index([eventId, startedAt])
@@map("matching_runs")