From 1e0e1adf5e56da4892d175c3ffacdc16c1c5012c Mon Sep 17 00:00:00 2001 From: Javier Goizueta Date: Tue, 16 Feb 2016 19:19:18 +0100 Subject: [PATCH] Add postgis dependency --- pg/crankshaft.control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg/crankshaft.control b/pg/crankshaft.control index 208ffb6..08df0ee 100644 --- a/pg/crankshaft.control +++ b/pg/crankshaft.control @@ -1,5 +1,5 @@ comment = 'CartoDB Spatial Analysis extension' default_version = '0.0.1' -requires = 'plpythonu' +requires = 'plpythonu, postgis' superuser = true schema = cdb_crankshaft