Supabase backup

This commit is contained in:
AlexRG
2026-03-12 14:20:53 +00:00
committed by github-actions[bot]
parent 76dcf24991
commit 0a1f61f587
3 changed files with 2677 additions and 2375 deletions
+13
View File
@@ -0,0 +1,13 @@
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;