From 1dc7febb0e6d93cfd235e6b415878127c42f6f2f Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Mon, 29 Sep 2025 14:24:47 +0000 Subject: [PATCH] Use constraint allowing empty text for FOLLOWS.Notes --- db/schemas/sokwedb/tables/create/follows.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schemas/sokwedb/tables/create/follows.m4 b/db/schemas/sokwedb/tables/create/follows.m4 index 44203c4..ee156e6 100644 --- a/db/schemas/sokwedb/tables/create/follows.m4 +++ b/db/schemas/sokwedb/tables/create/follows.m4 @@ -48,7 +48,7 @@ CREATE TABLE follows ( CONSTRAINT "The FOLLOWS.Date must not be before sdb_min_follow_date" CHECK(date >= 'sdb_min_follow_date') ,notes TEXT NOT NULL - emptytext_check(`Notes') + notonlyspaces_check(`Notes') ); grant_priv(`FOLLOWS') -- 2.34.1