From a7fe9ee6d98db47807ae515a484b312f64314236 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 23 Mar 2026 06:59:35 -0700 Subject: [PATCH] Add commands for creating the tegola user --- tools/grant-tegola.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/grant-tegola.sql b/tools/grant-tegola.sql index 71ce1096..3927cf93 100644 --- a/tools/grant-tegola.sql +++ b/tools/grant-tegola.sql @@ -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";