This commit is contained in:
Max Kowalski
2025-06-26 22:43:22 +02:00
parent 8774a1f155
commit fd55b30398
30 changed files with 1458 additions and 1859 deletions

View File

@ -38,7 +38,7 @@ model Session {
company Company @relation(fields: [companyId], references: [id])
companyId String
startTime DateTime
endTime DateTime
endTime DateTime?
ipAddress String?
country String?
language String?