Files
bench/supabase/migrations/0002_private_suggestions.sql
T
Karti Tripathi 006feee0f7
CI / verify (push) Successful in 24s
CI / deploy (push) Failing after 1m14s
Lumbridge Bench
2026-08-04 00:44:07 -07:00

6 lines
271 B
SQL

-- Existing installations: make the manual suggestion inbox private.
-- Contact details must never be readable through the public API.
drop policy if exists submissions_public_read on bench.submissions;
revoke select on table bench.submissions from anon, authenticated;