Delete orig_building_use from 012.type migration

Remove syntax error from migration and remove unneeded column
This commit is contained in:
Maciej Ziarkowski 2019-10-01 17:44:04 +01:00
parent fb0358e5b1
commit 31454e8299
2 changed files with 0 additions and 7 deletions

View File

@ -1,6 +1,3 @@
--Original building use, this is same NLUD fields as current building use
ALTER TABLE buildings DROP COLUMN IF EXISTS original_building_use;
-- Building attachment, ENUM: Detached, Semi-detached, End-Terrace, Mid-Terrace
ALTER TABLE buildings DROP COLUMN IF EXISTS building_attachment_form;

View File

@ -1,7 +1,3 @@
--Original building use, this is same NLUD fields as current building use
ALTER TABLE buildings
ADD COLUMN IF NOT EXISTS original_building_use;
-- Building attachment, ENUM: Detached, Semi-detached, End-Terrace, Mid-Terrace
CREATE TYPE building_attachment_form
AS ENUM ('Detached',