X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Fschema%2FCore%2FActionLog.xml;h=f0faf45bbbce32160eed12137cb11bab65280d75;hb=5c4d65599fee6dfdf661b4932d12c5905e60ac90;hp=09f05039b227feb03c0256470eedc06f1682be53;hpb=f8c0096cdf4c70962010a7686412070b3417fe4d;p=civicrm-core.git diff --git a/xml/schema/Core/ActionLog.xml b/xml/schema/Core/ActionLog.xml index 09f05039b2..f0faf45bbb 100644 --- a/xml/schema/Core/ActionLog.xml +++ b/xml/schema/Core/ActionLog.xml @@ -7,84 +7,91 @@ Table to store log for the reminder. 3.4 - id - int unsigned - true - 3.4 + id + int unsigned + true + 3.4 - id - true + id + true - contact_id - int unsigned - FK to Contact ID - 3.4 + contact_id + int unsigned + FK to Contact ID + 3.4 - contact_id - civicrm_contact
- id - 3.4 - CASCADE + contact_id + civicrm_contact
+ id + 3.4 + CASCADE
- entity_id - int unsigned - true - FK to id of the entity that the action was performed on. Pseudo - FK. - 3.4 + entity_id + int unsigned + true + FK to id of the entity that the action was performed on. Pseudo - FK. + 3.4 - entity_table - varchar - 255 - name of the entity table for the above id, e.g. civicrm_activity, civicrm_participant - 3.4 + entity_table + varchar + 255 + name of the entity table for the above id, e.g. civicrm_activity, civicrm_participant + 3.4 - entity_id - entity_table - 3.4 + entity_id + entity_table + 3.4 - action_schedule_id - int unsigned - true - FK to the action schedule that this action originated from. - 3.4 + action_schedule_id + int unsigned + true + FK to the action schedule that this action originated from. + 3.4 - action_schedule_id - civicrm_action_schedule
- id - 3.4 - CASCADE + action_schedule_id + civicrm_action_schedule
+ id + 3.4 + CASCADE
- action_date_time - datetime - date time that the action was performed on. - 3.4 + action_date_time + datetime + date time that the action was performed on. + 3.4 - is_error - boolean - 0 - Was there any error sending the reminder? - 3.4 + is_error + boolean + 0 + Was there any error sending the reminder? + 3.4 - message - text - Description / text in case there was an error encountered. - 3.4 + message + text + Description / text in case there was an error encountered. + 3.4 - repetition_number - int unsigned - Keeps track of the sequence number of this repetition. - 3.4 + repetition_number + int unsigned + Keeps track of the sequence number of this repetition. + 3.4 + + + reference_date + date + NULL + Stores the date from the entity which triggered this reminder action (e.g. membership.end_date for most membership renewal reminders) + 4.6