From d7455b4d0b08de98971c3316b10f9bea93483e89 Mon Sep 17 00:00:00 2001 From: Herb v/d Dool Date: Fri, 24 Jun 2022 12:35:55 -0400 Subject: [PATCH] Issue 3691: better description of activity table columns --- xml/schema/Activity/Activity.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/schema/Activity/Activity.xml b/xml/schema/Activity/Activity.xml index cf4fce76fb..c6f33a9846 100644 --- a/xml/schema/Activity/Activity.xml +++ b/xml/schema/Activity/Activity.xml @@ -36,7 +36,7 @@ source_record_id int unsigned Source Record - Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Table can be figured out through activity_type_id, and further through component registry. + Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Entity table is discovered by filtering by the appropriate activity_type_id. true 2.0 @@ -217,7 +217,7 @@ parent_id Parent Activity ID int unsigned - Parent meeting ID (if this is a follow-up item). This is not currently implemented + Parent meeting ID (if this is a follow-up item). true -- 2.25.1