Update extension to 0.37.1

pull/15981/head
manmorjim 4 years ago
parent 29be9d8a79
commit 16e0b811e4

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

@ -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.37.0'.freeze
CDB_LATEST_VERSION = '0.37.0'.freeze
CDB_VALID_VERSION = '0.37.1'.freeze
CDB_LATEST_VERSION = '0.37.1'.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.37.0'
cdb_extension_target_version = '0.37.1'
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.37.0",
"carto_postgresql_ext": "0.37.1",
"odbc_fdw": "0.4.0",
"carto_windshaft": ">=6.2.0",
"carto_sql_api": ">=2.1.0",

@ -1 +1 @@
Subproject commit a9d59c11c7524d711d67abfbd53d2a1f7a5de99c
Subproject commit 667ec0e32c7af1edb1dac3249bf7e889ca2176ba
Loading…
Cancel
Save