Lumbridge Bench
CI / verify (push) Successful in 24s
CI / deploy (push) Failing after 1m14s

This commit is contained in:
Karti Tripathi
2026-08-04 00:44:07 -07:00
commit 006feee0f7
65 changed files with 13516 additions and 0 deletions
@@ -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;