From 0fd2fe32851b9fb94cf6037590026288cdbe6fcf Mon Sep 17 00:00:00 2001
From: Chris Burgess <chris@giantrobot.co.nz>
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 @@
     <type>timestamp</type>
     <comment>When was the contact was created.</comment>
     <required>false</required>
+    <export>true</export>
     <default>NULL</default>
     <add>4.3</add>
   </field>
@@ -849,6 +850,7 @@
     <type>timestamp</type>
     <comment>When was the contact (or closely related entity) was created or modified or deleted.</comment>
     <required>false</required>
+    <export>true</export>
     <default>CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP</default>
     <add>4.3</add>
   </field>
-- 
2.25.1