Skip to content

Commit

Permalink
fixup! feature (auth/ldap): add managed groups (#2760)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambrt committed Feb 7, 2023
1 parent 7f07167 commit 80c886f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ create trigger default_create_time_column before insert on auth_oidc_managed_gro
create trigger auth_immutable_managed_oidc_group_member_account before update on auth_oidc_managed_group_member_account
for each row execute procedure auth_immutable_managed_oidc_group_member_account();

-- Updated in 60/01_ldap.up.sql
-- Updated in 64/01_ldap.up.sql
-- Initially create the view with just oidc; eventually we can replace this view
-- to union with other subtype tables.
create view auth_managed_group_member_account as
Expand Down

0 comments on commit 80c886f

Please sign in to comment.