Skip to content

Commit f6c0f16

Browse files
committed
chore: grant auth roles to postgres user
1 parent 1a20795 commit f6c0f16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- migrate:up
2+
grant anon, authenticated, service_role to postgres;
3+
4+
-- migrate:down
5+

0 commit comments

Comments
 (0)