This is an automated email from the ASF dual-hosted git repository.
alsay pushed a commit to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/datasketches-postgresql.git
The following commit(s) were added to refs/heads/1.7.x by this push:
new 91cbd54 added upgrade script
91cbd54 is described below
commit 91cbd54c70abba9bf2487c33006e35cfd32ed171
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Fri Nov 17 18:20:49 2023 -0800
added upgrade script
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index a49be94..267bc10 100644
--- a/Makefile
+++ b/Makefile
@@ -31,9 +31,10 @@ SQL_MODULES = sql/datasketches_cpc_sketch.sql \
SQL_INSTALL = sql/$(EXTENSION)--$(EXTVERSION).sql
DATA = $(SQL_INSTALL) \
sql/datasketches--1.3.0--1.4.0.sql \
+ sql/datasketches--1.3.0--1.6.0.sql \
sql/datasketches--1.4.0--1.5.0.sql \
sql/datasketches--1.5.0--1.6.0.sql \
- sql/datasketches--1.3.0--1.6.0.sql
+ sql/datasketches--1.6.0--1.7.0.sql
EXTRA_CLEAN = $(SQL_INSTALL)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]