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 b25cdba commit 11efdd2
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+79 (056fb9f31)
5.1.16+80 (b25cdba23)
2 changes: 1 addition & 1 deletion sql/civicrm_data.mysql
Original file line number Diff line number Diff line change
Expand Up @@ -5014,7 +5014,7 @@ VALUES
(@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 , 'Flydove', 'CRM_SMS_Provider_Flydove', '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 @@ -5014,7 +5014,7 @@ VALUES
(@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 , 'Flydove', 'CRM_SMS_Provider_Flydove', '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 @@ -714,7 +714,7 @@ VALUES
(@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 , 'Flydove', 'CRM_SMS_Provider_Flydove', '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 11efdd2

Please sign in to comment.