completed Implementation of User Event page

This commit is contained in:
PxlLoewe
2025-03-01 00:31:03 +01:00
parent 488c50e2e0
commit daf3238bee
6 changed files with 146 additions and 113 deletions

View File

@@ -24,7 +24,7 @@ model Participant {
appointmentCancelled Boolean @default(false)
finished Boolean @default(false)
eventAppointmentId Int?
statusLog Json[]
statusLog Json[] @default([])
eventId Int
// relations:
User User @relation(fields: [userId], references: [id])