X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Fschema%2FCore%2FActionLog.xml;h=7c3e7a439b6253437f38c5cc7cd3230b59048b67;hb=b5b27619ebbff04079eddea91a31b42bbd8ca540;hp=f0faf45bbbce32160eed12137cb11bab65280d75;hpb=674cb8b854f6008090d4dcce9372ee76346a198f;p=civicrm-core.git diff --git a/xml/schema/Core/ActionLog.xml b/xml/schema/Core/ActionLog.xml index f0faf45bbb..7c3e7a439b 100644 --- a/xml/schema/Core/ActionLog.xml +++ b/xml/schema/Core/ActionLog.xml @@ -8,6 +8,7 @@ 3.4 id + Action Schedule ID int unsigned true 3.4 @@ -18,6 +19,7 @@ contact_id + Action Schedule Contact ID int unsigned FK to Contact ID 3.4 @@ -31,6 +33,7 @@ entity_id + Entity ID int unsigned true FK to id of the entity that the action was performed on. Pseudo - FK. @@ -39,6 +42,7 @@ entity_table varchar + Entity Table 255 name of the entity table for the above id, e.g. civicrm_activity, civicrm_participant 3.4 @@ -50,6 +54,7 @@ action_schedule_id + Schedule int unsigned true FK to the action schedule that this action originated from. @@ -64,12 +69,14 @@ action_date_time + Action Date And Time datetime date time that the action was performed on. 3.4 is_error + Error? boolean 0 Was there any error sending the reminder? @@ -77,21 +84,25 @@ message + Message text Description / text in case there was an error encountered. 3.4 repetition_number + Repetition Number int unsigned Keeps track of the sequence number of this repetition. 3.4 reference_date - date + Reference Date + datetime NULL Stores the date from the entity which triggered this reminder action (e.g. membership.end_date for most membership renewal reminders) 4.6 + 5.17