fix(scheduler): use equals: null filter for endDate to satisfy Prisma where syntax and stop log spam
This commit is contained in:
@@ -317,6 +317,7 @@ model MatchingRun {
|
||||
|
||||
// Relations
|
||||
event Event @relation(fields: [eventId], references: [id], onDelete: Cascade)
|
||||
suggestions RecordingSuggestion[]
|
||||
|
||||
@@index([eventId, startedAt])
|
||||
@@map("matching_runs")
|
||||
|
||||
Reference in New Issue
Block a user