Actualizar supabase/migrations/20260218223516_1.0.0.sql
Deploy Function / deploy (push) Successful in 23s
Deploy Migrations to Production / deploy (push) Successful in 10s
Update database types / update (push) Successful in 13s

This commit is contained in:
2026-03-12 13:24:06 +00:00
parent d72ea28860
commit a92cd1cf45
@@ -1,5 +1,4 @@
SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
@@ -55,16 +54,6 @@ CREATE EXTENSION IF NOT EXISTS "pgcrypto" WITH SCHEMA "extensions";
CREATE EXTENSION IF NOT EXISTS "pgjwt" WITH SCHEMA "extensions";
CREATE EXTENSION IF NOT EXISTS "supabase_vault" WITH SCHEMA "vault";