Details
-
Type: Improvement
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.4.5
-
Fix Version/s: Unscheduled
-
Component/s: Core CiviCRM
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
Description
There's a couple of fields in the DB schema, that are 'missing'. For example, civicrm_contribution has a 'source' and a 'cancel_reason', while civicrm_contribution_recur doesn't. In turn, civicrm_contribution_recur has a 'create_date' and 'modified_date', while 'civicrm_contribution' doesn't.
Is there any particular reason for this, or could we just add these fields in one of the next releases?
- civicrm_contribution.create_date (same type as civicrm_contribution_recur.create_date)
- civicrm_contribution.modified_date (same type as civicrm_contribution_recur.modified_date)
- civicrm_contribution_recur.source (same type as civicrm_contribution.source)
- civicrm_contribution_recur.cancel_reason (same type as civicrm_contribution.cancel_reason)