Skip to content

Commit

Permalink
feat(migrations): grant predefined roles to postgres by default
Browse files Browse the repository at this point in the history
`postgres` can already grant these roles to itself, we just do this by
default so users don't get confused
  • Loading branch information
soedirgo committed Jun 11, 2024
1 parent 1827be5 commit 034329e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- migrate:up
grant pg_read_all_data, pg_signal_backend to postgres;

-- migrate:down

0 comments on commit 034329e

Please sign in to comment.