You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
('uma_authorization', 'request access to protected resources', 'share', false, false);
22
22
23
23
--
24
24
-- Merge the temporary scopes safely into the database. This is a two-step process to keep scopes from being created on every startup with a persistent store.
25
25
--
26
26
27
27
MERGE INTO system_scope
28
-
USING (SELECT scope, description, icon, restricted, default_scope, structured, structured_param_description FROM system_scope_TEMP) AS vals(scope, description, icon, restricted, default_scope, structured, structured_param_description)
28
+
USING (SELECT scope, description, icon, restricted, default_scopeFROM system_scope_TEMP) AS vals(scope, description, icon, restricted, default_scope)
0 commit comments