Remove installation of schema_triggers

Schema triggers dependency was deprecated time ago. See
https://github.com/CartoDB/cartodb-postgresql/blob/5d43faecaf5659cbc32f3e9468e10e029ea47cd7/NEWS.md#0120-2016-01-27
This commit is contained in:
Rafa de la Torre
2017-10-04 17:26:30 +02:00
parent 98eef7ae02
commit 31e79cb626
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1,6 +1,5 @@
-- Install dependencies
CREATE EXTENSION postgis;
CREATE EXTENSION schema_triggers;
CREATE EXTENSION plpythonu;
CREATE EXTENSION cartodb;
CREATE EXTENSION plproxy;