From 6121a5a07714b31e9a3add00786d37130b7d5424 Mon Sep 17 00:00:00 2001 From: akdeb Date: Mon, 21 Apr 2025 18:02:48 +0100 Subject: [PATCH] remove pgsodioum --- supabase/migrations/20250417155518_remote_schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supabase/migrations/20250417155518_remote_schema.sql b/supabase/migrations/20250417155518_remote_schema.sql index b3fc1cb..798748c 100644 --- a/supabase/migrations/20250417155518_remote_schema.sql +++ b/supabase/migrations/20250417155518_remote_schema.sql @@ -12,7 +12,7 @@ SET client_min_messages = warning; SET row_security = off; -CREATE EXTENSION IF NOT EXISTS "pgsodium" WITH SCHEMA "pgsodium"; +-- CREATE EXTENSION IF NOT EXISTS "pgsodium" WITH SCHEMA "pgsodium";