From d783ce355b774864708e1ed9778acde69e39045a Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 28 Nov 2023 15:05:12 -0600 Subject: [PATCH] Allow spaces in Name column; align code with docs --- db/schemas/lookup/tables/create/comm_ids.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schemas/lookup/tables/create/comm_ids.m4 b/db/schemas/lookup/tables/create/comm_ids.m4 index c392dfe..11794ae 100644 --- a/db/schemas/lookup/tables/create/comm_ids.m4 +++ b/db/schemas/lookup/tables/create/comm_ids.m4 @@ -28,7 +28,7 @@ CREATE TABLE comm_ids ( emptytext_check(`CommID') nospaces_check(`CommID') ,name TEXT NOT NULL - nospaces_check(`Name') + emptytext_check(`Name') ,notes TEXT NOT NULL notonlyspaces_check(`Notes') ,membcriteria TEXT NOT NULL -- 2.34.1