Client init new version 0.12.1
This commit is contained in:
parent
dfaa037475
commit
25cd40164a
5
client/cdb_dataservices_client--0.12.0--0.12.1.sql
Normal file
5
client/cdb_dataservices_client--0.12.0--0.12.1.sql
Normal file
@ -0,0 +1,5 @@
|
||||
--DO NOT MODIFY THIS FILE, IT IS GENERATED AUTOMATICALLY FROM SOURCES
|
||||
-- Complain if script is sourced in psql, rather than via CREATE EXTENSION
|
||||
\echo Use "ALTER EXTENSION cdb_dataservices_client UPDATE TO '0.12.1'" to load this file. \quit
|
||||
|
||||
-- HERE goes your code to upgrade/downgrade
|
5
client/cdb_dataservices_client--0.12.1--0.12.0.sql
Normal file
5
client/cdb_dataservices_client--0.12.1--0.12.0.sql
Normal file
@ -0,0 +1,5 @@
|
||||
--DO NOT MODIFY THIS FILE, IT IS GENERATED AUTOMATICALLY FROM SOURCES
|
||||
-- Complain if script is sourced in psql, rather than via CREATE EXTENSION
|
||||
\echo Use "ALTER EXTENSION cdb_dataservices_client UPDATE TO '0.12.0'" to load this file. \quit
|
||||
|
||||
-- HERE goes your code to upgrade/downgrade
|
@ -1,5 +1,5 @@
|
||||
comment = 'CartoDB dataservices client API extension'
|
||||
default_version = '0.12.0'
|
||||
default_version = '0.12.1'
|
||||
requires = 'plproxy, cartodb'
|
||||
superuser = true
|
||||
schema = cdb_dataservices_client
|
||||
|
Loading…
Reference in New Issue
Block a user