Lumbridge Bench
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- 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;
|
||||
Reference in New Issue
Block a user