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,3 @@
-- Index on admin1 id
CREATE UNIQUE INDEX idx_qs_adm1_global_id ON qs_adm1 (global_id)
CREATE INDEX idx_admin1_synonyms_name_adm0 ON admin1_synonyms (name_, adm0_a3)