Skip to content

Commit

Permalink
Stamp v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vik Fearing committed Feb 4, 2020
1 parent 27a1108 commit 90a80c3
Show file tree
Hide file tree
Showing 5 changed files with 3,305 additions and 5 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ EXTENSION = periods
DOCS = README.periods

DATA = periods--1.0.sql \
periods--1.1.sql \
periods--1.0--1.1.sql

REGRESS = install \
Expand Down
3 changes: 1 addition & 2 deletions expected/install.out
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Once support for 9.5 has passed, use CASCADE */
CREATE EXTENSION IF NOT EXISTS btree_gist;
/* Once support for 9.6 has passed, just create the extension */
CREATE EXTENSION periods VERSION '1.0';
ALTER EXTENSION periods UPDATE TO '1.1';
CREATE EXTENSION periods VERSION '1.1';
SELECT extversion
FROM pg_extension
WHERE extname = 'periods';
Expand Down
Loading

0 comments on commit 90a80c3

Please sign in to comment.