Add an install test

This commit is contained in:
Rafa de la Torre
2015-11-03 16:11:17 +01:00
parent ddd66aff08
commit 5a7e1ca262
8 changed files with 31 additions and 53 deletions

View File

@@ -1,7 +1,6 @@
-- Response types for admin1 geocoder
-- TODO: check if the types exist already in the db
CREATE TYPE geocode_admin_v1 AS (q TEXT, geom GEOMETRY, success BOOLEAN);
CREATE TYPE geocode_admin_country_v1 AS (q TEXT, c TEXT, geom GEOMETRY, success BOOLEAN);