Merge branch 'fix-required-libs' into fix-per-sq-m-obs-getmeasure-area

This commit is contained in:
John Krauss
2016-07-22 18:59:42 +00:00
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
-- Install dependencies
CREATE EXTENSION postgis;
CREATE EXTENSION postgres_fdw;
-- Install the extension
CREATE EXTENSION observatory VERSION 'dev';

View File

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