Penalty Übersicht für Nutzer und Penalty-Log

This commit is contained in:
PxlLoewe
2025-06-21 22:05:16 -07:00
parent 4732ecb770
commit 93962a9ce4
15 changed files with 402 additions and 25 deletions

View File

@@ -7,8 +7,7 @@ model Penalty {
reason String
until DateTime?
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
timestamp DateTime @default(now())
// relations:
User User @relation(fields: [userId], references: [id])