CRM-18516 clarify that cache_date & refresh_date can be NULL (ie. when they have...
authoreileen <emcnaughton@wikimedia.org>
Mon, 16 May 2016 23:42:55 +0000 (11:42 +1200)
committerTim Otten <totten@civicrm.org>
Thu, 19 May 2016 22:50:31 +0000 (15:50 -0700)
Arguably refresh_date should be set to 'now' at this point but this doesn't change anything and that logic might be teased out more when we turn out eyes to the rebuild scripts

xml/schema/Contact/Group.xml

index d1c94a4e9314b4af6e24bf965078301bae099fea..5f09e4147e1184e0dbcc46fde089f630c1fbdb69 100644 (file)
     <name>cache_date</name>
     <type>timestamp</type>
     <title>Group Cache Date</title>
+    <required>false</required>
     <comment>Date when we created the cache for a smart group</comment>
     <add>2.1</add>
   </field>
     <name>refresh_date</name>
     <type>timestamp</type>
     <title>Next Group Refresh Time</title>
+    <required>false</required>
     <comment>Date and time when we need to refresh the cache next.</comment>
     <add>4.3</add>
   </field>