Skip to content

Commit c9090ea

Browse files
committed
Add migrations to 0.2.8
There aren't any DB changes between 0.2.7 and 0.2.8, so the migration script from 0.2.7 simply updates the version, and the pgstac.0.2.8.sql is a copy of 0.2.7 with the version entry updated.
1 parent 6c73aa3 commit c9090ea

File tree

2 files changed

+1193
-0
lines changed

2 files changed

+1193
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SET SEARCH_PATH TO pgstac, public;
2+
BEGIN;
3+
4+
INSERT INTO migrations (version) VALUES ('0.2.8');
5+
6+
COMMIT;

0 commit comments

Comments
 (0)