new features

This commit is contained in:
Matthias Hochmeister
2026-03-23 17:21:25 +01:00
parent 269b797f42
commit f81d994e64

View File

@@ -4,6 +4,14 @@
-- 3. Per-tool admin permissions -- 3. Per-tool admin permissions
-- 4. bestellungen:manage_orders -- 4. bestellungen:manage_orders
-- ═══════════════════════════════════════════════════════════════════════════
-- 0. Ensure admin feature group exists
-- ═══════════════════════════════════════════════════════════════════════════
INSERT INTO feature_groups (id, label, sort_order) VALUES
('admin', 'Admin', 10)
ON CONFLICT (id) DO NOTHING;
-- ═══════════════════════════════════════════════════════════════════════════ -- ═══════════════════════════════════════════════════════════════════════════
-- 1. New permissions -- 1. New permissions
-- ═══════════════════════════════════════════════════════════════════════════ -- ═══════════════════════════════════════════════════════════════════════════