Added UST Auswertung

This commit is contained in:
2026-03-21 17:44:25 +01:00
parent 6f77bccd85
commit 23c4d21f44
5 changed files with 327 additions and 0 deletions

View File

@@ -161,6 +161,10 @@ export const tenants = pgTable(
.notNull()
.default(14),
taxEvaluationPeriod: text("taxEvaluationPeriod")
.notNull()
.default("monthly"),
dokuboxEmailAddresses: jsonb("dokuboxEmailAddresses").default([]),
dokuboxkey: uuid("dokuboxkey").notNull().defaultRandom(),