New files for setup

This commit is contained in:
Carla Iriberri
2015-10-19 14:45:43 +02:00
parent 85c19d0e8f
commit 59c7d6b6eb
11 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
-- create indexes on postal code polygon table
CREATE UNIQUE INDEX idx_postal_code_polygons_a3_code ON postal_code_polygons (adm0_a3, postal_code)

View File