Skip to content

Commit bc591b8

Browse files
author
stepan-neretin7
committed
Create Upgrade script
1 parent ba50fcb commit bc591b8

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Diff for: Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ DATA_built = $(RELEASE_SQL) \
2626
pg_sphere--1.1.5beta2gavo--1.1.5beta4gavo.sql \
2727
pg_sphere--1.1.5beta4gavo--1.2.0.sql \
2828
pg_sphere--1.2.0--1.2.1.sql \
29-
pg_sphere--1.2.1--1.2.2.sql
29+
pg_sphere--1.2.1--1.2.2.sql \
30+
pg_sphere--1.2.2--1.2.3.sql
3031

3132
DOCS = README.pg_sphere COPYRIGHT.pg_sphere
3233
REGRESS = init tables points euler circle line ellipse poly path box index \
@@ -256,6 +257,9 @@ pg_sphere--1.2.1--1.2.2.sql:
256257
cat upgrade_scripts/$@.in > $@
257258
endif
258259

260+
pg_sphere--1.2.2--1.2.3.sql:
261+
cat upgrade_scripts/$@.in > $@
262+
259263
# end of local stuff
260264

261265
src/sscan.o : src/sparse.c

Diff for: pg_sphere--1.2.1.sql.in

-2
This file was deleted.

Diff for: pg_sphere--1.2.2.sql.in

-2
This file was deleted.

Diff for: upgrade_scripts/pg_sphere--1.2.2--1.2.3.sql.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- Nothing to upgrade in the schema

0 commit comments

Comments
 (0)