Eliminar supabase/roles.sql
Deploy Migrations to Production / deploy (push) Has been cancelled
Deploy Function / deploy (push) Has been cancelled

This commit is contained in:
2026-03-18 21:58:31 +00:00
parent 7d1d64ded0
commit 9245bbf801
-13
View File
@@ -1,13 +0,0 @@
SET default_transaction_read_only = off;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
ALTER ROLE "anon" SET "statement_timeout" TO '3s';
ALTER ROLE "authenticated" SET "statement_timeout" TO '8s';
ALTER ROLE "authenticator" SET "statement_timeout" TO '8s';
RESET ALL;