From 2c47c640661df472d70992e19e90fa5959454336 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 13 Oct 2022 12:54:03 +1100 Subject: [PATCH] Regen --- sql/civicrm_generated.mysql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/civicrm_generated.mysql b/sql/civicrm_generated.mysql index a4c89316bc..a28d9a7ed3 100644 --- a/sql/civicrm_generated.mysql +++ b/sql/civicrm_generated.mysql @@ -7143,13 +7143,13 @@ UNLOCK TABLES; LOCK TABLES `civicrm_preferences_date` WRITE; /*!40000 ALTER TABLE `civicrm_preferences_date` DISABLE KEYS */; INSERT INTO `civicrm_preferences_date` (`id`, `name`, `description`, `start`, `end`, `date_format`, `time_format`) VALUES - (1,'activityDate','Date for activities including contributions: receive, receipt, cancel. membership: join, start, renew. case: start, end.',20,10,'',''), + (1,'activityDate','Date for relationships. activities. contributions: receive, receipt, cancel. membership: join, start, renew. case: start, end.',20,10,'',''), (2,'activityDateTime','Date and time for activity: scheduled. participant: registered.',20,10,'','1'), (3,'birth','Birth and deceased dates. Only year, month and day fields are supported.',100,0,'',''), (4,'creditCard','Month and year only for credit card expiration.',0,10,'M Y',''), (5,'custom','Uses date range passed in by form field. Can pass in a posix date part parameter. Start and end offsets defined here are ignored.',20,20,'',''), (6,'mailing','Date and time. Used for scheduling mailings.',0,1,'',''), - (7,'searchDate','Used in search forms and for relationships.',20,20,'',''); + (7,'searchDate','Used in search forms.',20,20,'',''); /*!40000 ALTER TABLE `civicrm_preferences_date` ENABLE KEYS */; UNLOCK TABLES; -- 2.25.1