From ae6849eee628e085f7d0c34eb3f55a452a7b3114 Mon Sep 17 00:00:00 2001 From: titver968 Date: Tue, 17 Jun 2025 08:26:04 +0200 Subject: [PATCH] schema.prisma --- prisma/schema.prisma | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prisma/schema.prisma b/prisma/schema.prisma index ec994b5..c1dab61 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -54,9 +54,9 @@ model Anmeldung { wunsch2Id Int wunsch3Id Int - wunsch1Id Dienststelle @relation("Wunsch1", fields: [wunsch1Id], references: [id]) - wunsch2Id Dienststelle @relation("Wunsch2", fields: [wunsch2Id], references: [id]) - wunsch3Id Dienststelle @relation("Wunsch3", fields: [wunsch3Id], references: [id]) + wunsch1Id Dienststelle @relation("Wunsch1Id", fields: [wunsch1Id], references: [id]) + wunsch2Id Dienststelle @relation("Wunsch2Id", fields: [wunsch2Id], references: [id]) + wunsch3Id Dienststelle @relation("Wunsch3Id", fields: [wunsch3Id], references: [id]) timestamp DateTime @default(now())