This commit is contained in:
Moritz Utcke
2025-04-09 11:46:27 -04:00
parent 7665141a5a
commit 8daee69576
35 changed files with 307 additions and 194 deletions

View File

@@ -75,6 +75,7 @@ model VerbrauchsausweisWohnen {
kontrolldatei_angefragt Boolean? @default(false)
ausweistyp AusweisTyp @default(Standard)
ausweisart Ausweisart @default(VerbrauchsausweisWohnen)
created_at DateTime @default(now())
updated_at DateTime @updatedAt @default(now())