Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Docker bootstrap: allow pgwatch2 role to manage the public schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoppel committed Oct 22, 2020
1 parent 360a4c2 commit d443f50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pgwatch2/bootstrap/revoke_public_create.sql
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
REVOKE CREATE ON SCHEMA public FROM PUBLIC;
REVOKE CREATE ON SCHEMA public FROM PUBLIC;
GRANT ALL ON SCHEMA public TO pgwatch2;

0 comments on commit d443f50

Please sign in to comment.