Force installation of postgis specific version

This commit is contained in:
Rafa de la Torre
2016-08-09 11:04:33 +02:00
parent 2362e51c10
commit 955f25cdae
2 changed files with 2 additions and 2 deletions

View File

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