From 84fe86c4f38590bb33fc32e21317365116ce9c6a Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Wed, 13 May 2026 19:40:22 +0000 Subject: [PATCH] Add note documenting relations between extracted AGGRESSIONS columns Document that AGGRESSIONS FullAccount, AggressorBehavior, and RecipientBehavior can all be duplicate information. --- doc/src/tables/aggressions.m4 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/src/tables/aggressions.m4 b/doc/src/tables/aggressions.m4 index 2b1a83f..b37e83c 100644 --- a/doc/src/tables/aggressions.m4 +++ b/doc/src/tables/aggressions.m4 @@ -72,6 +72,15 @@ For further information, including additional data integrity rules, see the documentation of the :ref:`EVENTS ` table. +.. note:: + The |AGGRESSIONS.AggressorBehavior| and + |AGGRESSIONS.RecipientBehavior| columns are extracted from the + |AGGRESSIONS.FullAccount| column, which is itself sometimes + extracted from other sources. + Care must be taken to ensure consistently between these columns and + their sources. + + .. contents:: :depth: 2 -- 2.34.1