6 lines
271 B
SQL
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;
|