Skip to content

Commit

Permalink
refs #39632, gh-111, fix db syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
poliphilochu committed Jan 19, 2024
1 parent 056fb9f commit b25cdba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion civicrm-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.16+78 (edaad8638)
5.1.16+79 (056fb9f31)
2 changes: 1 addition & 1 deletion sql/civicrm_data.mysql
Original file line number Diff line number Diff line change
Expand Up @@ -5013,7 +5013,7 @@ VALUES
(@option_group_id_campaignStatus, 'In Progress', 2, 'In Progress', NULL, 0, NULL, 1, NULL, 0, 0, 1, NULL, NULL),
(@option_group_id_campaignStatus, 'Completed', 3, 'Completed', NULL, 0, NULL, 1, NULL, 0, 0, 1, NULL, NULL),
(@option_group_id_campaignStatus, 'Cancelled', 4, 'Cancelled', NULL, 0, NULL, 1, NULL, 0, 0, 1, NULL, NULL),
(@option_group_id_sms_provider_name , 'Mitake', 'CRM_SMS_Provider_Mitake', 'http', NULL, 0, NULL, 1, NULL, 0, 1, 1, NULL, NULL);
(@option_group_id_sms_provider_name , 'Mitake', 'CRM_SMS_Provider_Mitake', 'http', NULL, 0, NULL, 1, NULL, 0, 1, 1, NULL, NULL),
(@option_group_id_sms_provider_name , 'Flydove', 'CRM_SMS_Provider_Flydove', 'http', NULL, 0, NULL, 1, NULL, 0, 1, 1, NULL, NULL);

-- Now insert option values which require domainID
Expand Down
2 changes: 1 addition & 1 deletion sql/civicrm_data.zh_TW.mysql
Original file line number Diff line number Diff line change
Expand Up @@ -5013,7 +5013,7 @@ VALUES
(@option_group_id_campaignStatus, '進行中', 2, 'In Progress', NULL, 0, NULL, 1, NULL, 0, 0, 1, NULL, NULL),
(@option_group_id_campaignStatus, '已完成', 3, 'Completed', NULL, 0, NULL, 1, NULL, 0, 0, 1, NULL, NULL),
(@option_group_id_campaignStatus, '已取消', 4, 'Cancelled', NULL, 0, NULL, 1, NULL, 0, 0, 1, NULL, NULL),
(@option_group_id_sms_provider_name , 'Mitake', 'CRM_SMS_Provider_Mitake', 'http', NULL, 0, NULL, 1, NULL, 0, 1, 1, NULL, NULL);
(@option_group_id_sms_provider_name , 'Mitake', 'CRM_SMS_Provider_Mitake', 'http', NULL, 0, NULL, 1, NULL, 0, 1, 1, NULL, NULL),
(@option_group_id_sms_provider_name , 'Flydove', 'CRM_SMS_Provider_Flydove', 'http', NULL, 0, NULL, 1, NULL, 0, 1, 1, NULL, NULL);

-- Now insert option values which require domainID
Expand Down
2 changes: 1 addition & 1 deletion xml/templates/civicrm_data.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ VALUES
(@option_group_id_campaignStatus, '{ts escape="sql"}In Progress{/ts}', 2, 'In Progress', NULL, 0, NULL, 1, NULL, 0, 0, 1, NULL, NULL),
(@option_group_id_campaignStatus, '{ts escape="sql"}Completed{/ts}', 3, 'Completed', NULL, 0, NULL, 1, NULL, 0, 0, 1, NULL, NULL),
(@option_group_id_campaignStatus, '{ts escape="sql"}Cancelled{/ts}', 4, 'Cancelled', NULL, 0, NULL, 1, NULL, 0, 0, 1, NULL, NULL),
(@option_group_id_sms_provider_name , 'Mitake', 'CRM_SMS_Provider_Mitake', 'http', NULL, 0, NULL, 1, NULL, 0, 1, 1, NULL, NULL);
(@option_group_id_sms_provider_name , 'Mitake', 'CRM_SMS_Provider_Mitake', 'http', NULL, 0, NULL, 1, NULL, 0, 1, 1, NULL, NULL),
(@option_group_id_sms_provider_name , 'Flydove', 'CRM_SMS_Provider_Flydove', 'http', NULL, 0, NULL, 1, NULL, 0, 1, 1, NULL, NULL);

-- Now insert option values which require domainID
Expand Down

0 comments on commit b25cdba

Please sign in to comment.