From b64a83a010db47197160145f1a3064c62ac8d3da Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Mon, 4 Jul 2022 08:40:59 +0200 Subject: [PATCH] fix typo --- migrations/022.community.up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/022.community.up.sql b/migrations/022.community.up.sql index 4d22c70e..63bc0f42 100644 --- a/migrations/022.community.up.sql +++ b/migrations/022.community.up.sql @@ -13,7 +13,7 @@ -- ALTER TABLE buildings -- ADD COLUMN IF NOT EXISTS ownership_type ownership_type DEFAULT 'Private individual'; --- Ownerhsip perception, would you describe this as a community asset? +-- Ownership perception, would you describe this as a community asset? -- Boolean yes / no -- Below accepts t/f, yes/no, y/n, 0/1 as valid inputs all of which