Basis: Certvia dev@a48c5fb als Fundament für Craftvia
CI / build-and-check (push) Canceled after 0s
CI / audit (push) Canceled after 0s
CI / sbom (push) Canceled after 0s

Unveränderter Stand von certvia/dev (a48c5fb) plus Craftvia-Spezifikation
und Brandbook unter docs/craftvia/. ISMS-Module werden im Folgecommit entfernt.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-14 11:05:39 +02:00
co-authored by Claude Opus 5
commit c8e6f30a27
720 changed files with 140143 additions and 0 deletions
@@ -0,0 +1,12 @@
-- ============================================================================
-- Identity.uiLocale — persönliche UI-Sprache (Option C)
-- ============================================================================
-- Neue, personengebundene Präferenz an der GLOBALEN `Identity` (folgt der Person
-- über alle Mandanten). Steuert die UI-Sprache (next-intl, src/i18n/request.ts).
-- Bewusst getrennt von `tenant_settings.locale` (= Vorlagen-Import-Sprache, Inhalt).
-- Kein RLS (Identity ist global, nicht in TENANT_MODELS). Werte: 'de' | 'en'.
-- ADD COLUMN mit Default läuft auch auf gefüllten Tabellen (kein Reset nötig).
-- ============================================================================
-- AlterTable
ALTER TABLE "identities" ADD COLUMN "ui_locale" TEXT NOT NULL DEFAULT 'de';