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
source SELECT p.id, title, notes, version, type, license_id, p.owner_org, p.private, creator_user_id, url FROM package p LEFT JOIN accessible_packages ap ON p.id=ap.id WHERE (ap.required_org IS NULL OR ap.required_org = ANY (ontop_user())) AND state='active'
41
+
source SELECT p.id, title, notes, version, type, license_id, p.owner_org, p.private, creator_user_id, url FROM package p RIGHT JOIN accessible_packages ap ON p.id=ap.id WHERE (ap.required_org IS NULL OR ap.required_org = ANY (ontop_user())) AND state='active'
0 commit comments