DROP POLICY IF EXISTS "select_api_test_history" ON api_test_history; CREATE POLICY "select_api_test_history" ON api_test_history FOR SELECT TO anon, authenticated USING (true); DROP POLICY IF EXISTS ...
revoke execute on function public.handle_new_user() from public, anon, authenticated; revoke execute on function public.guard_prediction_write() from public, anon, authenticated; revoke execute on ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results