fixing install test

This commit is contained in:
Andy Eschbacher
2016-04-12 11:52:24 -04:00
parent 5511365ca7
commit b1cefd8f73
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
-- Install dependencies
CREATE EXTENSION postgis;
CREATE EXTENSION plpythonu;
CREATE EXTENSION cartodb;
-- Install the extension
CREATE EXTENSION observatory VERSION 'dev';

View File

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