Remove schema_triggers from tests

schema_triggers is no longer an indirect dependency.
This commit is contained in:
Rafa de la Torre 2016-06-24 08:25:04 +00:00 committed by Carla Iriberri
parent 4b79ab988e
commit 88d2af4e0a
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 plproxy;
CREATE EXTENSION cartodb;

View File

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