From 323eb9d29d26aa23d1f4e02bd243cfbde2ae48ef Mon Sep 17 00:00:00 2001 From: Stevan Earl Date: Thu, 13 Aug 2026 10:38:00 -0700 Subject: [PATCH] Name DepartDate in WATCHES departure error --- db/schemas/lib/triggers/create/watches.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schemas/lib/triggers/create/watches.m4 b/db/schemas/lib/triggers/create/watches.m4 index fba1d6a..712abce 100644 --- a/db/schemas/lib/triggers/create/watches.m4 +++ b/db/schemas/lib/triggers/create/watches.m4 @@ -234,7 +234,7 @@ CREATE OR REPLACE FUNCTION watches_func () , DETAIL = 'An individual cannot participate (be a' || ' ROLES.Participant) in a follow after' || ' their departure from the study' - || ' (after BIOGRAPHY_DATA.EntryDate)' + || ' (after BIOGRAPHY_DATA.DepartDate)' || '): Key (WID) = (' || NEW.wid || '), Value (AnimID) = (' -- 2.34.1