remove search_name_country table

The table is no longer used, country names are handled
directly via the word table.
This commit is contained in:
Sarah Hoffmann
2018-04-16 20:47:45 +02:00
parent dc371618ba
commit 53c526c01d
3 changed files with 0 additions and 16 deletions

View File

@@ -19,8 +19,6 @@ CREATE INDEX idx_location_area_country_place_id ON location_area_country USING B
CREATE INDEX idx_osmline_parent_place_id ON location_property_osmline USING BTREE (parent_place_id) {ts:search-index};
CREATE INDEX idx_search_name_country_centroid ON search_name_country USING GIST (centroid) {ts:address-index};
DROP INDEX IF EXISTS place_id_idx;
CREATE UNIQUE INDEX idx_place_osm_unique on place using btree(osm_id,osm_type,class,type) {ts:address-index};