data-services/geocoder/setup/ip-addresses/indexes.sql
2015-10-19 16:37:10 +02:00

3 lines
125 B
SQL

-- Index on IP addresses table
CREATE UNIQUE INDEX idx_ip_address_locations_start ON ip_address_locations (network_start_ip)