From 59beca27a0fee44edf086fe02d68cb7779cbfcb7 Mon Sep 17 00:00:00 2001 From: Rikard Bartholf Date: Fri, 29 Aug 2025 10:37:54 +0200 Subject: [PATCH] Grant public access for datastudio and funnel --- bin/pwdb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/pwdb b/bin/pwdb index 9adc5f7..f512abb 100755 --- a/bin/pwdb +++ b/bin/pwdb @@ -153,6 +153,9 @@ EOF if [ ! -z $PRODUCTION ] then + db_exec 'GRANT USAGE ON SCHEMA public TO funnel;' photowall + db_exec 'GRANT USAGE ON SCHEMA public TO datastudio;' photowall + for x in $(cat <<-EOF v_analytics_products v_analytics_inquiries