Progressionsgraph verbessert #54

Merged
Lars merged 30 commits from develop into main 2026-06-09 16:37:22 +02:00
Showing only changes of commit 20927a5969 - Show all commits

View File

@ -124,7 +124,7 @@ ON CONFLICT (id) DO NOTHING;
-- Konvention: keine Grant-Zeile = alle aktiven Mitglieder (min_account_state reicht).
INSERT INTO club_role_capability_grants (role_code, capability_id)
SELECT r.role_code, c.cap_id
SELECT r.role_code, c.id
FROM (VALUES
('club_admin', 'org.structure.manage'),
('division_lead', 'org.structure.manage'),