We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f93cdd commit 407a8e6Copy full SHA for 407a8e6
pypgstac/pypgstac/migrations/pgstac.0.2.4--0.2.5.sql
@@ -1,5 +1,5 @@
1
SET SEARCH_PATH TO pgstac, public;
2
-
+BEGIN;
3
CREATE OR REPLACE FUNCTION bbox_geom(_bbox jsonb) RETURNS geometry AS $$
4
SELECT CASE jsonb_array_length(_bbox)
5
WHEN 4 THEN
@@ -250,3 +250,5 @@ FROM j
250
END;
251
$$ LANGUAGE PLPGSQL SET SEARCH_PATH TO pgstac,public;
252
INSERT INTO migrations (version) VALUES ('0.2.5');
253
+
254
+COMMIT;
0 commit comments