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

5 lines
322 B
MySQL
Raw Normal View History

DELETE FROM reference_tables.landuse_classifications WHERE landuse_id = 'U14X';
DELETE FROM reference_tables.buildings_landuse_order WHERE landuse_id = 'U14X';
DELETE FROM reference_tables.landuse_classifications WHERE landuse_id = 'U072X';
DELETE FROM reference_tables.buildings_landuse_group WHERE landuse_id = 'U072X';