mirror of
https://github.com/renee-png/acmcc.git
synced 2026-06-21 01:40:01 +00:00
183fe0a93c
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 lines
209 B
SQL
2 lines
209 B
SQL
CREATE UNIQUE INDEX IF NOT EXISTS idx_portal_function_visibility_unique_scope
|
|
ON public.portal_function_visibility (portal, function_key, COALESCE(owner_user_id, '00000000-0000-0000-0000-000000000000'::uuid)); |