projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eba9e81
)
Issue CRM-14596. Expose modified_date and created_date to CiviCRM API.
author
Chris Burgess
<chris@giantrobot.co.nz>
Fri, 9 May 2014 02:25:14 +0000
(14:25 +1200)
committer
Chris Burgess
<chris@giantrobot.co.nz>
Fri, 9 May 2014 02:28:36 +0000
(14:28 +1200)
xml/schema/Contact/Contact.xml
patch
|
blob
|
blame
|
history
diff --git
a/xml/schema/Contact/Contact.xml
b/xml/schema/Contact/Contact.xml
index 374fa6a61da3e3dde5a2440365016b927a5e8f65..82bf0b532d72ef65fab044626d964030356be358 100644
(file)
--- 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>