From df84361f88d801746a601b1e169a90e0f860e67d Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Fri, 5 Jun 2026 17:13:24 +0000 Subject: [PATCH] Correct "ATTENDANCE after under study" error message --- db/schemas/lib/triggers/create/biography_data.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schemas/lib/triggers/create/biography_data.m4 b/db/schemas/lib/triggers/create/biography_data.m4 index c1fa983..5dcfe26 100644 --- a/db/schemas/lib/triggers/create/biography_data.m4 +++ b/db/schemas/lib/triggers/create/biography_data.m4 @@ -545,7 +545,7 @@ CREATE OR REPLACE FUNCTION biography_data_func () RAISE EXCEPTION integrity_constraint_violation USING MESSAGE = 'Error on UPDATE of BIOGRAPHY_DATA' , DETAIL = 'An individual cannot be at the feeding station' - || ' before they are under study' + || ' after they are no longer under study' || ': Key (Animid) = (' || NEW.animid || '), Value (DepartDate) = (' -- 2.34.1