Skip to content

17.6.1.017

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 19:51
a9c198a
feat(migrations): predefined role grants (#1815)

* feat(migrations): predefined role grants

- supabase_etl_admin needs pg_monitor to query system catalog tables
(e.g. pg_replication_slots) - supabase_read_only_user needs pg_monitor
to view queries in pg_stat_statements - grant pg_create_subscription to
postgres with admin option in case users want to create subscriptions
with their own roles

* chore: bump version

* test: update

* chore: bump versions