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()) id Int @id @default(autoincrement())
text String text String
senderUserId String senderUserId String
reportedUserRole String
reportedUserId String reportedUserId String
timestamp DateTime @default(now()) timestamp DateTime @default(now())
reviewerComment String? reviewerComment String?