Skip to content

Commit

Permalink
fix: missing secdef in 0.5.1-0.6.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Nov 3, 2023
1 parent b32fe53 commit 7babfd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/pg_net--0.5.1--0.6.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ create or replace function net.http_post(
volatile
parallel safe
language plpgsql
security definer
as $$
declare
request_id bigint;
Expand Down

0 comments on commit 7babfd6

Please sign in to comment.