Merge pull request #12760 from civicrm/5.5
authorEileen McNaughton <eileen@mcnaughty.com>
Mon, 3 Sep 2018 00:18:04 +0000 (12:18 +1200)
committerGitHub <noreply@github.com>
Mon, 3 Sep 2018 00:18:04 +0000 (12:18 +1200)
5.5 to master

CRM/Upgrade/Incremental/sql/5.5.beta1.mysql.tpl

index 236a53f60a963bb086783e1044e7caf4844d5e99..e2172c7ed060e731de3afcb497b10ac55a9ca3a6 100644 (file)
@@ -1 +1,6 @@
 {* file to handle db changes in 5.5.beta1 during upgrade *}
+
+UPDATE civicrm_action_schedule SET start_action_date = 'start_date' WHERE start_action_date = 'event_start_date';
+UPDATE civicrm_action_schedule SET start_action_date = 'end_date' WHERE start_action_date = 'event_end_date';
+UPDATE civicrm_action_schedule SET start_action_date = 'join_date' WHERE start_action_date = 'membership_join_date';
+UPDATE civicrm_action_schedule SET start_action_date = 'end_date' WHERE start_action_date = 'membership_end_date';