Fix Admin Links, Piloten können nur mit Dispos schreiben

This commit is contained in:
PxlLoewe
2025-07-10 10:40:19 -07:00
parent b9eef5252e
commit 8e71571da9
7 changed files with 21 additions and 16 deletions

View File

@@ -24,14 +24,14 @@ enum PERMISSION {
}
model User {
id String @id @default(uuid())
publicId String @unique
id String @id @default(uuid())
publicId String @unique
firstname String
lastname String
email String @unique
email String @unique
password String
vatsimCid Int? @map(name: "vatsim_cid")
moodleId Int? @map(name: "moodle_id")
vatsimCid String? @map(name: "vatsim_cid")
moodleId Int? @map(name: "moodle_id")
// Settings:
pathSelected Boolean @default(false)