Do nto install schema triggers (not in 9.6)

This commit is contained in:
Javier Torres
2017-10-05 10:31:30 +02:00
parent fda117b880
commit 87560451b4
2 changed files with 0 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
-- Install dependencies
CREATE EXTENSION postgis;
CREATE EXTENSION schema_triggers;
CREATE EXTENSION plpythonu;
CREATE EXTENSION cartodb;
-- Mock the quota check

View File

@@ -1,6 +1,5 @@
-- Install dependencies
CREATE EXTENSION postgis;
CREATE EXTENSION schema_triggers;
CREATE EXTENSION plpythonu;
CREATE EXTENSION cartodb;