From 7c784ffc06f96f3ba08887f5a4cf7ee29f9ecf51 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Mon, 14 Feb 2022 13:48:46 +0100 Subject: [PATCH] Register one more hotfix for a very troubled migration --- migrations/025.actual.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/migrations/025.actual.sql b/migrations/025.actual.sql index cbe2a486..2aa64631 100644 --- a/migrations/025.actual.sql +++ b/migrations/025.actual.sql @@ -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';