Update extension to 0.37.0 (Pending release)

pull/15954/head
Raúl Marín 4 years ago
parent 1bc7619bf3
commit a2dba33c7e

@ -2,7 +2,11 @@ Development
-----------
### NOTICES
- None yet
* This release upgrades the CartoDB PostgreSQL extension to `0.37.0`. Run the following to have it available:
```shell
cd $(git rev-parse --show-toplevel)/lib/sql
sudo make install
```
### Features
- None yet

@ -8,8 +8,8 @@ class HomeController < ApplicationController
OS_VERSION = "Description:\tUbuntu 18.04"
PG_VERSION = 'PostgreSQL 12'.freeze
POSTGIS_VERSION = '3.0'.freeze
CDB_VALID_VERSION = '0.36.0'.freeze
CDB_LATEST_VERSION = '0.36.0'.freeze
CDB_VALID_VERSION = '0.37.0'.freeze
CDB_LATEST_VERSION = '0.37.0'.freeze
REDIS_VERSION = '4'.freeze
RUBY_BIN_VERSION = 'ruby 2.2'.freeze
NODE_VERSION = 'v6.9.2'.freeze

@ -661,7 +661,7 @@ module CartoDB
# Upgrade the cartodb postgresql extension
def upgrade_cartodb_postgres_extension(statement_timeout = nil, cdb_extension_target_version = nil)
if cdb_extension_target_version.nil?
cdb_extension_target_version = '0.36.0'
cdb_extension_target_version = '0.37.0'
end
@user.in_database(as: :superuser, no_cartodb_in_schema: true) do |db|

@ -12,7 +12,7 @@
},
"works_with": {
"dataservices-api-client-extension": "0.30.0",
"carto_postgresql_ext": "0.36.0",
"carto_postgresql_ext": "0.37.0",
"odbc_fdw": "0.4.0",
"carto_windshaft": ">=6.2.0",
"carto_sql_api": ">=2.1.0",

@ -1 +1 @@
Subproject commit 998402e531c903352f16003efc2f25ef5e094019
Subproject commit 4c0a2f24812507ccd7bd30261bb2633e41056d3c
Loading…
Cancel
Save