Skip to content

Commit f1050d4

Browse files
committed
fix: grant storage schema to postgres with grant option
1 parent f0a2fc1 commit f1050d4

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)