5 lines
95 B
SQL
5 lines
95 B
SQL
-- Drop building indexes
|
|
|
|
-- UPRN index over buildings
|
|
DROP INDEX IF EXISTS building_uprn_idx;
|