colouring-montreal/migrations/003.index-buildings.up.sql

5 lines
130 B
MySQL
Raw Normal View History

-- Create building indexes after bulk loading
-- UPRN index over buildings
CREATE INDEX building_uprn_idx ON buildings ( uprn );