PG test: Make the extension tests version agnostic

This commit is contained in:
Raul Marin
2017-10-31 10:04:04 +01:00
parent 5b30783c04
commit 1dc93284f8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
-- Install dependencies
CREATE EXTENSION plpythonu;
CREATE EXTENSION postgis VERSION '2.2.2';
CREATE EXTENSION postgis;
-- Create role publicuser if it does not exist
DO