TeamVis Self-Host-Bundle v0.31.0

This commit is contained in:
TeamVis Release
2026-06-25 16:43:22 +02:00
commit 138502b675
68 changed files with 3766 additions and 0 deletions
@@ -0,0 +1,11 @@
-- Mehrsprachige Karten: Englisch-Übersetzungen für die wichtigsten
-- Felder, die typischerweise im internationalen Kontext relevant sind
-- (Position und Qualifikation). Default-Sprache der Karte bleibt DE
-- — der EN-Switch passiert über `?lang=en` auf der öffentlichen URL.
alter table public.employees
add column if not exists position_en text,
add column if not exists qualification_en text;
-- Anon-Rolle: Spalten freigeben (analog Migration 0014).
grant select (position_en, qualification_en) on public.employees to anon;