install postgres_fdw in test setup. fixes #166

This commit is contained in:
John Krauss
2016-07-22 18:59:11 +00:00
parent 8187ab4bbe
commit cf242515e3
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';