Skip to content

Commit

Permalink
change instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Aug 14, 2022
1 parent 1b377f8 commit f8f7168
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions init-db-as-superuser.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ BEGIN
LOCK TABLE pg_catalog.pg_roles;

CREATE ROLE windmill_user;
GRANT windmill_user TO current_user;

GRANT ALL
ON ALL TABLES IN SCHEMA public
Expand Down Expand Up @@ -42,7 +41,6 @@ BEGIN
FROM pg_catalog.pg_roles
WHERE rolname = 'windmill_admin') THEN
CREATE ROLE windmill_admin WITH BYPASSRLS;
GRANT windmill_admin TO current_user;

GRANT ALL
ON ALL TABLES IN SCHEMA public
Expand Down

0 comments on commit f8f7168

Please sign in to comment.