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
- drop the "moderator OR admin" clauses from the view: we have triggers
that already enforce admin-implies-moderator so the `OR admin` is
pointless extra work.
- unify the sqlite and postgresql user_permissions view query: the
postgresql syntax (with quoted "user" and specifying CROSS JOIN
instead of JOIN) is perfectly acceptable for sqlite (and more correct
anyway).
0 commit comments