colouring-montreal/migrations/024.unclassified_buildings.down.sql
Mateusz Konieczny fe94a51da4 Modify already commited migration
this avoids confusing migration in repository that could damage data, as meaning of the data in database mismatched decription
2022-02-14 13:36:19 +01:00

5 lines
322 B
SQL

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';