Delete orig_building_use from 012.type migration
Remove syntax error from migration and remove unneeded column
This commit is contained in:
parent
fb0358e5b1
commit
31454e8299
@ -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
|
-- Building attachment, ENUM: Detached, Semi-detached, End-Terrace, Mid-Terrace
|
||||||
ALTER TABLE buildings DROP COLUMN IF EXISTS building_attachment_form;
|
ALTER TABLE buildings DROP COLUMN IF EXISTS building_attachment_form;
|
||||||
|
|
||||||
|
@ -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
|
-- Building attachment, ENUM: Detached, Semi-detached, End-Terrace, Mid-Terrace
|
||||||
CREATE TYPE building_attachment_form
|
CREATE TYPE building_attachment_form
|
||||||
AS ENUM ('Detached',
|
AS ENUM ('Detached',
|
||||||
|
Loading…
Reference in New Issue
Block a user