Skip to content

Commit fa757d6

Browse files
committed
chore: add schema permissions revocation statement
- Create a new SQL file to explicitly revoke all permissions on the pgflow schema from public users
1 parent 033e9d6 commit fa757d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- be explicit about the permissions
2+
revoke all on schema pgflow from public;

0 commit comments

Comments
 (0)