Add filters.

This commit is contained in:
Cameron Redmore 2025-04-26 11:26:38 +01:00
parent a136b717bf
commit 8ad2c6ef53
4 changed files with 207 additions and 23 deletions

View file

@ -152,6 +152,11 @@ model MantisIssue {
updatedAt DateTime @updatedAt @map("updated_at")
comments MantisComment[]
@@index([reporterUsername])
@@index([status])
@@index([priority])
@@index([severity])
}
model MantisComment {