mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-23 19:47:58 +00:00
fixup! trying cte
This commit is contained in:
@@ -78,6 +78,7 @@ BEGIN
|
|||||||
END;
|
END;
|
||||||
$$;
|
$$;
|
||||||
|
|
||||||
|
|
||||||
DROP FUNCTION IF EXISTS eventstore.permitted_orgs;
|
DROP FUNCTION IF EXISTS eventstore.permitted_orgs;
|
||||||
|
|
||||||
CREATE OR REPLACE FUNCTION eventstore.permitted_orgs(
|
CREATE OR REPLACE FUNCTION eventstore.permitted_orgs(
|
||||||
@@ -93,9 +94,9 @@ CREATE OR REPLACE FUNCTION eventstore.permitted_orgs(
|
|||||||
AS $$
|
AS $$
|
||||||
BEGIN
|
BEGIN
|
||||||
|
|
||||||
-- if system user
|
~/go/src/zitadel/cmd/setup/52/02-permitted_orgs_function.sql -- if system user
|
||||||
IF system_user_perms IS NOT NULL THEN
|
IF system_user_perms IS NOT NULL THEN
|
||||||
org_ids := eventstore.check_system_user_perms(system_user_perms, perm, filter_orgs)
|
org_ids := eventstore.check_system_user_perms(system_user_perms, perm, filter_orgs);
|
||||||
-- if human/machine user
|
-- if human/machine user
|
||||||
ELSE
|
ELSE
|
||||||
DECLARE
|
DECLARE
|
||||||
|
Reference in New Issue
Block a user