Add commands for creating the tegola user

This commit is contained in:
Eli Ribble 2026-03-23 06:59:35 -07:00
parent 9eb7022336
commit a7fe9ee6d9
No known key found for this signature in database

View file

@ -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";