Skip to content

Commit 3eb29c0

Browse files
committed
Add pgstac to the search path in migrations sql
1 parent cb03727 commit 3eb29c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sql/999_version.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
SET SEARCH_PATH TO pgstac, public;
2+
13
INSERT INTO migrations (version) VALUES ('0.2.7');

0 commit comments

Comments
 (0)