From d1c307fb59ae2f8786e83e3b4d69fff234999a6b Mon Sep 17 00:00:00 2001 From: Marc-Antoine Parent Date: Wed, 18 Jun 2025 10:56:10 -0400 Subject: [PATCH] correction: drop extension is not namespaced --- .../database/supabase/migrations/20250617175628_remove_jwt.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/database/supabase/migrations/20250617175628_remove_jwt.sql b/packages/database/supabase/migrations/20250617175628_remove_jwt.sql index 46258e0a4..9542ed516 100644 --- a/packages/database/supabase/migrations/20250617175628_remove_jwt.sql +++ b/packages/database/supabase/migrations/20250617175628_remove_jwt.sql @@ -1 +1 @@ -DROP EXTENSION IF EXISTS extensions.pg_jwt; +DROP EXTENSION IF EXISTS pg_jwt;