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',