Add commands for creating the tegola user
This commit is contained in:
parent
9eb7022336
commit
a7fe9ee6d9
1 changed files with 2 additions and 0 deletions
|
|
@ -1,2 +1,4 @@
|
|||
CREATE ROLE "tegola";
|
||||
ALTER ROLE "tegola" WITH LOGIN;
|
||||
GRANT SELECT ON import.district TO tegola;
|
||||
GRANT USAGE on SCHEMA import TO "tegola";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue