Revert "Bugfixes"

This commit is contained in:
Moritz Utcke
2025-04-09 19:25:21 -04:00
committed by GitHub
parent 53ea51885a
commit 4f382c150d
46 changed files with 325 additions and 482 deletions

View File

@@ -17,7 +17,6 @@ model GEGNachweisWohnen {
beschreibung String? @db.Text
nachweistyp AusweisTyp @default(Standard)
ausweisart Ausweisart @default(GEGNachweisWohnen)
created_at DateTime @default(now())
updated_at DateTime @updatedAt @default(now())