From 48bb6cc997ab5cf30fe3ba6ac37091ce1917a334 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Wed, 1 Jul 2026 00:05:38 +0000 Subject: [PATCH] Document that the focal + date for matings must be unique on WATCHES --- doc/src/tables/watches.m4 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/src/tables/watches.m4 b/doc/src/tables/watches.m4 index 9810b55..ae9bc9f 100644 --- a/doc/src/tables/watches.m4 +++ b/doc/src/tables/watches.m4 @@ -307,6 +307,14 @@ are followed there cannot be a row on WATCHES for that individual for that day with a |WATCHES.Type| of ``sdb_location``, and vice-versa. +WATCHES rows of the mating type, |WATCHES.Type| = ``sdb_mating``, +may only exist when there is not a follow-type row, |WATCHES.Type| = +``sdb_follow``, for the individual on the given date. +This means that if an individual is a participates in a mating event +on a day they are followed there cannot be a row on WATCHES for that +individual for that day with a |WATCHES.Type| of ``sdb_mating``, and +vice-versa. + WATCHES rows of the pantgrunt type, |WATCHES.Type| = ``sdb_pantgrunt``, may only exist when there is not a follow-type row, |WATCHES.Type| = ``sdb_follow``, for the individual on the given date. -- 2.34.1