colouring-montreal/migrations/023.garden_buildings.down.sql

4 lines
254 B
MySQL
Raw Normal View History

-- note that you need to somehow reclassify such buildings, if present - before downgrading
DELETE FROM reference_tables.landuse_classifications WHERE landuse_id = 'U071X';
DELETE FROM reference_tables.buildings_landuse_group WHERE landuse_id = 'U071X';