parent
1d194cf4ca
commit
68a9fd1b80
@ -10,11 +10,5 @@ ALTER TABLE buildings DROP COLUMN IF EXISTS landuse_mutiple_use;
|
|||||||
-- Land use, how many different uses?
|
-- Land use, how many different uses?
|
||||||
ALTER TABLE buildings DROP COLUMN IF EXISTS landuse_number_of_uses;
|
ALTER TABLE buildings DROP COLUMN IF EXISTS landuse_number_of_uses;
|
||||||
|
|
||||||
-- Land use NLUD class, this might be multiple and should match number of uses input
|
--Land use class, group and order will be stored in a new table
|
||||||
ALTER TABLE buildings DROP COLUMN IF EXISTS landuse_class;
|
DROP TABLE building_landuse IF EXISTS CASCADE;
|
||||||
|
|
||||||
-- Land use NLUD group, can only be one - prepopulated if mixed
|
|
||||||
ALTER TABLE buildings DROP COLUMN IF EXISTS landuse_group;
|
|
||||||
|
|
||||||
-- Land use NLUD order, can only be one - prepopulated if mixed
|
|
||||||
ALTER TABLE buildings DROP COLUMN IF EXISTS landuse_order;
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user