Plaetze in admin
This commit is contained in:
@@ -17,6 +17,7 @@ model Admin {
|
||||
model Dienststelle {
|
||||
id Int @id @default(autoincrement())
|
||||
name String @unique
|
||||
plaetze Int
|
||||
anmeldungenWunsch1 Anmeldung[] @relation("Wunsch1")
|
||||
anmeldungenWunsch2 Anmeldung[] @relation("Wunsch2")
|
||||
anmeldungenWunsch3 Anmeldung[] @relation("Wunsch3")
|
||||
@@ -56,4 +57,4 @@ model PdfDatei {
|
||||
pfad String
|
||||
anmeldung Anmeldung @relation("AnmeldungPdfs", fields: [anmeldungId], references: [id])
|
||||
anmeldungId Int
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user