mirror of https://github.com/citusdata/citus.git
Bump SQL version
Should have been done when the release-8.0 branch was created…pull/2542/head
parent
f12676e7b3
commit
bd0d1f05e7
|
@ -1,6 +1,6 @@
|
|||
# Citus extension
|
||||
comment = 'Citus distributed database'
|
||||
default_version = '8.0-13'
|
||||
default_version = '8.1-1'
|
||||
module_pathname = '$libdir/citus'
|
||||
relocatable = false
|
||||
schema = pg_catalog
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
/* citus--8.0-13--8.1-1.sql */
|
||||
|
||||
/* bump version to 8.1-1 */
|
||||
|
Loading…
Reference in New Issue