Drop functions removed in 0.11.1

This commit is contained in:
Raul Marin 2019-01-02 18:55:14 +01:00
parent aeec2bbe06
commit 80fdd00541
3 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,6 @@
0.24.1 (2019-01-02)
* Drop functions removed in 0.12 (#341)
0.24.0 (2018-09-13)
* Travis: Test with PostgreSQL 9.5 and 10.
* _cdb_estimated_extent: Fix bug with ST_EstimatedExtent interaction.

View File

@ -0,0 +1,14 @@
--
-- Legacy file
-- Introduced again to make sure that updates do not leave dangling functions
--
DROP FUNCTION IF EXISTS cartodb.cdb_handle_create_table();
DROP FUNCTION IF EXISTS cartodb.cdb_handle_drop_table();
DROP FUNCTION IF EXISTS cartodb.cdb_handle_alter_column();
DROP FUNCTION IF EXISTS cartodb.cdb_handle_drop_column();
DROP FUNCTION IF EXISTS cartodb.cdb_handle_add_column();
DROP FUNCTION IF EXISTS cartodb.cdb_disable_ddl_hooks();
DROP FUNCTION IF EXISTS cartodb.cdb_enable_ddl_hooks();

View File

@ -0,0 +1 @@
../scripts-available/CDB_DDLTriggers.sql