ead7c93867
As there is no unknown building type reclassifying is impossible
4 lines
254 B
SQL
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';
|