X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/1812c89c31b6e163a14144ae05fff34b97634367..54126633f6078ebb86b53c614fcb243039e839fb:/sql/tables.sql diff --git a/sql/tables.sql b/sql/tables.sql index dcee4070..ccca8f13 100644 --- a/sql/tables.sql +++ b/sql/tables.sql @@ -171,9 +171,6 @@ CREATE TRIGGER place_before_delete BEFORE DELETE ON place CREATE TRIGGER place_before_insert BEFORE INSERT ON place FOR EACH ROW EXECUTE PROCEDURE place_insert(); -drop index idx_placex_sector; -CREATE INDEX idx_placex_sector ON placex USING BTREE (geometry_sector,rank_address,osm_type,osm_id) {ts:address-index}; - DROP SEQUENCE seq_postcodes; CREATE SEQUENCE seq_postcodes start 1;