Skip to content

Commit 25a0ab8

Browse files
committed
bump to 0.19.3
1 parent 82551f7 commit 25a0ab8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ else
2626
endif
2727

2828
EXTENSION = pg_net
29-
EXTVERSION = 0.19.2
29+
EXTVERSION = 0.19.3
3030

3131
DATA = $(wildcard sql/*--*.sql)
3232

sql/pg_net--0.19.2--0.19.3.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE net.http_request_queue
2+
ALTER COLUMN headers DROP NOT NULL;

0 commit comments

Comments
 (0)