Skip to content

Commit 3d31e9c

Browse files
committed
fix: grant storage schema to postgres with grant option
1 parent d314e8f commit 3d31e9c

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 usage on schema storage to postgres with grant option;
3+
4+
-- migrate:down

0 commit comments

Comments
 (0)