Reorganisation

This commit is contained in:
Guido Fioravantti
2015-11-06 18:23:47 +01:00
parent d772033b45
commit 38e84201cb
11 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- Install dependencies
CREATE EXTENSION postgis;
CREATE EXTENSION schema_triggers;
CREATE EXTENSION plpythonu;
-- Install the extension
CREATE EXTENSION cdb_geocoder_server;