Revert 0.33.0

This commit is contained in:
Raúl Marín
2019-12-23 20:13:11 +01:00
parent 5e3adba2d4
commit 24cb6cf9c1
23 changed files with 310 additions and 2790 deletions

View File

@@ -2,7 +2,7 @@
\set QUIET on
SET client_min_messages TO error;
CREATE EXTENSION postgis;
CREATE EXTENSION @@plpythonu@@;
CREATE EXTENSION plpythonu;
CREATE SCHEMA cartodb;
\i 'cartodb--unpackaged--@@VERSION@@.sql'
CREATE FUNCTION public.cdb_invalidate_varnish(table_name text)