colouring-montreal/migrations/023.garden_buildings.down.sql
Mateusz Konieczny ead7c93867 Note that downgrades will fail of such data is present
As there is no unknown building type reclassifying is impossible
2022-02-14 13:36:19 +01:00

4 lines
254 B
SQL

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