TeamVis Self-Host-Bundle v0.31.0

This commit is contained in:
TeamVis Release
2026-06-25 19:54:40 +02:00
commit 6335367369
68 changed files with 3765 additions and 0 deletions
@@ -0,0 +1,10 @@
-- Calendar-Embed: pro Mitarbeiter wählbar, ob calendar_url als Link
-- oder als eingebettetes Iframe auf der Karte erscheint.
-- ====================================================================
-- Embed nur für vertrauenswürdige Domains (Cal.com, Calendly,
-- Microsoft Bookings) — die Liste prüft die App.
alter table public.employees
add column if not exists calendar_embed boolean not null default false;
grant select (calendar_embed) on public.employees to anon;