Skip to content

Commit 53c160a

Browse files
committed
feat: grant predefined roles to postgres by default
`postgres` can already grant these roles to itself; granting these by default removes one step if users need to read Storage migrations, etc.
1 parent 438a454 commit 53c160a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- migrate:up
2+
grant pg_read_all_data, pg_signal_backend to postgres;
3+
4+
-- migrate:down

0 commit comments

Comments
 (0)