This commit is contained in:
Antonio
2018-03-02 17:25:32 +01:00
6 changed files with 67 additions and 44 deletions

View File

@@ -1,3 +1,5 @@
-- Only show warning or error messages in the tests output
SET client_min_messages TO WARNING;
-- Install dependencies
CREATE EXTENSION postgis;
CREATE EXTENSION plpythonu;