260228:1412 20260228: setup n8n
All checks were successful
Build and Deploy / deploy (push) Successful in 2m49s

This commit is contained in:
admin
2026-02-28 14:12:48 +07:00
parent 9ddafbb1ac
commit 276d06e950
27 changed files with 3434 additions and 2313 deletions

View File

@@ -1,6 +1,6 @@
-- ==========================================================
-- Permission System Verification Queries
-- File: specs/07-database/permissions-verification.sql
-- Permission System Verification Queries (v1.8.0)
-- File: specs/03-Data-and-Storage/permissions-verification.sql
-- Purpose: Verify permissions setup after seed data deployment
-- ==========================================================
-- ==========================================================
@@ -271,6 +271,8 @@ FROM (
SELECT 'drawing.view'
UNION
SELECT 'workflow.action_review'
UNION
SELECT 'project.view'
) required_perms
LEFT JOIN permissions p USING (permission_name)
ORDER BY permission_name;