fix: rename author to reporter in report system

This commit is contained in:
trafficlunar 2025-05-09 21:34:23 +01:00
parent 0689f7af09
commit 8320d55939
2 changed files with 2 additions and 1 deletions

View file

@ -105,6 +105,7 @@ model Report {
reason ReportReason
reasonNotes String?
// note: this refers to the person who made the report
authorId Int?
createdAt DateTime @default(now())