Skip to content

Commit 7d1f7c7

Browse files
committed
Add version script to pgstac initialization script.
This adds the entry to the migrations table which was missing prior, and would cause "pypgstac migrate" to fail on new databases
1 parent 3eb29c0 commit 7d1f7c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pgstac.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ BEGIN;
33
\i sql/002_collections.sql
44
\i sql/003_items.sql
55
\i sql/004_search.sql
6+
\i sql/999_version.sql
67
COMMIT;

0 commit comments

Comments
 (0)