Add notes on what to grant Tegola

This commit is contained in:
Eli Ribble 2026-01-22 18:44:01 +00:00
parent be86a5d950
commit 1e51c5ce9e
No known key found for this signature in database

2
tools/grant-tegola.sql Normal file
View file

@ -0,0 +1,2 @@
GRANT SELECT ON import.district TO tegola;
GRANT USAGE on SCHEMA import TO "tegola";