Skip to content

Commit

Permalink
Merge pull request #59 from vitcpp/fix-upgrade-script-brin
Browse files Browse the repository at this point in the history
Fix pg_sphere--1.2.3--1.3.0 upgrade script (add brin support)
  • Loading branch information
vitcpp authored Aug 31, 2023
2 parents c79fccc + 752900a commit 2385d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ pg_sphere--1.2.2--1.2.3.sql:
cat upgrade_scripts/$@.in > $@

pg_sphere--1.2.3--1.3.0.sql: pgs_brin.sql.in
cat upgrade_scripts/$@.in > $@
cat upgrade_scripts/$@.in $^ > $@

# end of local stuff

Expand Down

0 comments on commit 2385d5d

Please sign in to comment.