Skip to content

Commit

Permalink
added upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSaydakov committed Nov 18, 2023
1 parent defdba7 commit 91cbd54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 91cbd54

Please sign in to comment.