Merge branch 'main' of https://github.com/VAR-Virtual-Air-Rescue/var-monorepo
This commit is contained in:
@@ -22,7 +22,6 @@ model Participant {
|
||||
finisherMoodleCurseCompleted Boolean @default(false)
|
||||
attended Boolean @default(false)
|
||||
appointmentCancelled Boolean @default(false)
|
||||
completetionWorkflowFinished Boolean @default(false)
|
||||
eventAppointmentId Int?
|
||||
enscriptionDate DateTime @default(now())
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@ enum PERMISSION {
|
||||
ADMIN_STATION
|
||||
ADMIN_KEYWORD
|
||||
ADMIN_MESSAGE
|
||||
ADMIN_KICK
|
||||
AUDIO
|
||||
PILOT
|
||||
DISPO
|
||||
@@ -35,6 +36,7 @@ model User {
|
||||
settingsMicDevice String? @map(name: "settings_mic_device")
|
||||
settingsMicVolume Float? @map(name: "settings_mic_volume")
|
||||
settingsDmeVolume Float? @map(name: "settings_dme_volume")
|
||||
settingsRadioVolume Float? @map(name: "settings_funk_volume")
|
||||
settingsHideLastname Boolean @default(false) @map(name: "settings_hide_lastname")
|
||||
|
||||
// email Verification:
|
||||
|
||||
Reference in New Issue
Block a user