From 0fd2fe32851b9fb94cf6037590026288cdbe6fcf Mon Sep 17 00:00:00 2001 From: Chris Burgess Date: Fri, 9 May 2014 14:25:14 +1200 Subject: [PATCH] Issue CRM-14596. Expose modified_date and created_date to CiviCRM API. --- xml/schema/Contact/Contact.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xml/schema/Contact/Contact.xml b/xml/schema/Contact/Contact.xml index 374fa6a61d..82bf0b532d 100644 --- a/xml/schema/Contact/Contact.xml +++ b/xml/schema/Contact/Contact.xml @@ -841,6 +841,7 @@ timestamp When was the contact was created. false + true NULL 4.3 @@ -849,6 +850,7 @@ timestamp When was the contact (or closely related entity) was created or modified or deleted. false + true CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP 4.3 -- 2.25.1