PDF Abrechnung

This commit is contained in:
Moritz Utcke
2025-08-05 09:25:37 -04:00
parent a05c32167e
commit 648ecc5901
9 changed files with 17 additions and 92 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "benutzer" ADD COLUMN "partner_code" TEXT;

View File

@@ -21,6 +21,7 @@ model Benutzer {
rolle BenutzerRolle @default(USER)
firma String?
lex_office_id String?
partner_code String?
verified Boolean @default(false)