From 64bb3b9c51d0fe47896fe43654391f5125bc8b4b Mon Sep 17 00:00:00 2001 From: r-southworth Date: Mon, 19 Aug 2024 16:11:13 -0400 Subject: [PATCH] drop server to replace --- supabase/migrations/20240819181951_stripeWrapperKeys.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/supabase/migrations/20240819181951_stripeWrapperKeys.sql b/supabase/migrations/20240819181951_stripeWrapperKeys.sql index 32fba87f..36d56364 100644 --- a/supabase/migrations/20240819181951_stripeWrapperKeys.sql +++ b/supabase/migrations/20240819181951_stripeWrapperKeys.sql @@ -1,3 +1,5 @@ +DROP SERVER if exists stripe_server; + CREATE SERVER stripe_server FOREIGN DATA WRAPPER stripe_wrapper OPTIONS (api_key_id 'placeholder'); CREATE PROCEDURE install_stripe_secret_reference() AS $$