Skip to content

Commit

Permalink
setup: add some more grants to postgres setup
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-long committed May 17, 2024
1 parent 50d0e0c commit 42f2c7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/sql/setup_users.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ END
$$;
GRANT pg_read_all_data TO xsup;
GRANT ALL PRIVILEGES ON DATABASE xtelem TO xtelem;
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO xtelem;
GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO xtelem;

0 comments on commit 42f2c7c

Please sign in to comment.