fe94a51da4
this avoids confusing migration in repository that could damage data, as meaning of the data in database mismatched decription
5 lines
322 B
SQL
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';
|