colouring-montreal/migrations/024.unclassified_buildings.down.sql

5 lines
322 B
MySQL
Raw Normal View History

DELETE FROM reference_tables.landuse_classifications WHERE landuse_id = 'U15X';
DELETE FROM reference_tables.buildings_landuse_order WHERE landuse_id = 'U15X';
DELETE FROM reference_tables.landuse_classifications WHERE landuse_id = 'U073X';
DELETE FROM reference_tables.buildings_landuse_group WHERE landuse_id = 'U073X';