Skip to content

Commit

Permalink
Merge pull request #135 from datagrove/bugFix
Browse files Browse the repository at this point in the history
drop server to replace
  • Loading branch information
r-southworth authored Aug 19, 2024
2 parents 4a64991 + 64bb3b9 commit a59b07b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions supabase/migrations/20240819181951_stripeWrapperKeys.sql
Original file line number Diff line number Diff line change
@@ -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 $$
Expand Down

0 comments on commit a59b07b

Please sign in to comment.