Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbc591b8

Browse files
author
stepan-neretin7
committed
Create Upgrade script
1 parentba50fcb commitbc591b8

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

‎Makefile

Lines changed: 5 additions & 1 deletion
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

‎pg_sphere--1.2.1.sql.in

Lines changed: 0 additions & 2 deletions
This file was deleted.

‎pg_sphere--1.2.2.sql.in

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- Nothing to upgrade in the schema

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp