This commit is contained in:
PxlLoewe
2025-06-14 00:15:13 -07:00
parent 2d7ba89766
commit f13ce1ce98

View File

@@ -2,7 +2,7 @@ model Report {
id Int @id @default(autoincrement())
text String
senderUserId String
reportedUserRole String @default(null)
reportedUserRole String? @default("KP")
reportedUserId String
timestamp DateTime @default(now())
reviewerComment String?