Changes between Version 18 and Version 19 of Event/2012/GSoC/MessageParsing
- Timestamp:
- 06/13/12 17:50:21 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Event/2012/GSoC/MessageParsing
v18 v19 77 77 Data Model Blueprint: msg_workflow 78 78 79 ||= Field Name =||= Purpose =||= Datatype/ Table =||79 ||= Field Name =||= Purpose =||= Datatype/table =|| 80 80 ||source_task_id||Inbound Email/SMS Source(Another workflow in case of chained workflows).||FK referenced to scheduler_task.|| 81 81 ||workflow_task_id||Parsing Workflow||FK referenced to scheduler_task.|| 82 82 ||s3.meta_fields()|| ||metadata|| 83 83 84 85 84 86 Changes in msg_log: 85 87 86 ||= Field Name =||= Purpose =||= Datatype/ Table =||88 ||= Field Name =||= Purpose =||= Datatype/table =|| 87 89 ||is_parsed||Parsing Status of Inbound Messages||Boolean|| 88 90 ||source_task_id||Inbound Email/SMS Source(Another workflow in case of chained workflows).||FK referenced to scheduler_task.||