10000 chore: grant pg monitor role to postgres · sorokinvld/postgres@c2c2ed1 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2c2ed1

Browse files
committed
chore: grant pg monitor role to postgres
1 parent 4987459 commit c2c2ed1

File tree

1 file changed

+5
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)
0