Merge pull request #15009 from CartoDB/upgrade_extension_to_0281

Upgrade SQL extension to 0.28.1
pull/15020/head
Javier Goizueta 5 years ago committed by GitHub
commit 3563989501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -10,8 +10,8 @@ class HomeController < ApplicationController
OS_VERSION = "Description:\tUbuntu 16.04"
PG_VERSION = 'PostgreSQL 10'.freeze
POSTGIS_VERSION = '2.4'.freeze
CDB_VALID_VERSION = '0.28.0'.freeze
CDB_LATEST_VERSION = '0.28.0'.freeze
CDB_VALID_VERSION = '0.28.1'.freeze
CDB_LATEST_VERSION = '0.28.1'.freeze
REDIS_VERSION = '4'.freeze
RUBY_BIN_VERSION = 'ruby 2.2'.freeze
NODE_VERSION = 'v6.9.2'.freeze

@ -594,7 +594,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.28.0'
cdb_extension_target_version = '0.28.1'
end
@user.in_database(as: :superuser, no_cartodb_in_schema: true) do |db|

@ -1 +1 @@
Subproject commit 4f7b07f9223a5033a54163762ed24e7430e01cda
Subproject commit 4c93258cd2d93e530d474d7f7b124027cd973400
Loading…
Cancel
Save