added reportedUserRole

This commit is contained in:
lucuswolfius
2025-06-13 19:59:09 -07:00
parent b68d85e561
commit 2075b3a93f

View File

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