new features
This commit is contained in:
@@ -4,6 +4,14 @@
|
||||
-- 3. Per-tool admin permissions
|
||||
-- 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
|
||||
-- ═══════════════════════════════════════════════════════════════════════════
|
||||
|
||||
Reference in New Issue
Block a user