Skip to content

Commit

Permalink
docs(upgrade-details): add missing comma in query (#117)
Browse files Browse the repository at this point in the history
Version update query missed a comma
  • Loading branch information
typecastcloud authored May 13, 2024
1 parent a7e236b commit 2bac950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/technical documentation/12. Upgrade Details.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ AND u.user_id NOT IN (
SELECT user_id
FROM public.user_role_mapping
JOIN public.keycloak_role ON user_role_mapping.role_id = keycloak_role.id
WHERE keycloak_role.name IN ('Semantic Model Management' 'Identity Wallet Management', 'Dataspace Discovery')
WHERE keycloak_role.name IN ('Semantic Model Management', 'Identity Wallet Management', 'Dataspace Discovery')
);

SELECT DISTINCT u.user_id
Expand Down

0 comments on commit 2bac950

Please sign in to comment.