From f25942904130e29af20534535854f88a3417ca2f Mon Sep 17 00:00:00 2001 From: Dominic H Date: Fri, 27 Sep 2019 17:33:37 +0100 Subject: [PATCH] Ensure this file is on PR --- migrations/014.type.up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/014.type.up.sql b/migrations/014.type.up.sql index 6326efdb..496ae71d 100644 --- a/migrations/014.type.up.sql +++ b/migrations/014.type.up.sql @@ -4,7 +4,7 @@ ALTER TABLE buildings -- Building attachment, ENUM: Detached, Semi-detached, End-Terrace, Mid-Terrace CREATE TYPE building_attachment_form -AS ENUM ('Deatched', +AS ENUM ('Detached', 'Semi-Detached', 'End-Terrace', 'Mid-Terrace',