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
The change on #1362 modified
pgmq functions default owner, which is `supabase_admin`, to `postgres`.
This tests function owners of pgmq.
Partly addresses #1536.
The change on #1362 modified
pgmq functions default owner, which is `supabase_admin`, to `postgres`.
This tests function owners of pgmq.
Partly addresses #1536.
Uh oh!
There was an error while loading. Please reload this page.
Problem
The change on #1362 modified
pgmq
db objects default owner, which issupabase_admin
, as it's on every extension.This is not tested and it's not an obvious behavior.
Solution
Test all the db objects owners:
The text was updated successfully, but these errors were encountered: