Register one more hotfix for a very troubled migration

This commit is contained in:
Mateusz Konieczny 2022-02-14 13:48:46 +01:00
parent 18f365524f
commit 7c784ffc06

View File

@ -20,6 +20,10 @@ UPDATE buildings
SET current_landuse_order = 'Unclassified, presumed non-residential'
WHERE current_landuse_order = 'Unclassified buildings';
UPDATE buildings
SET current_landuse_group = '{"Unclassified, presumed non-residential"}'
WHERE current_landuse_group = '{"Unclassified, likely residential"}';
DELETE FROM reference_tables.landuse_classifications
WHERE landuse_id='U14X';