From: Jarosław Grygierek Date: Thu, 10 Dec 2020 10:36:49 +0000 (+0100) Subject: add blank line X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6db44f5a90528713d060f1fe4a936b300c2481fb;p=civicrm-core.git add blank line --- diff --git a/CRM/Upgrade/Incremental/sql/5.34.alpha1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.34.alpha1.mysql.tpl index af3af50fdd..9a78a205fe 100644 --- a/CRM/Upgrade/Incremental/sql/5.34.alpha1.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/5.34.alpha1.mysql.tpl @@ -3,4 +3,4 @@ -- Add missing state for South Korea SELECT @country_id := id from civicrm_country where name = 'Korea, Republic of' AND iso_code = 'KR'; INSERT IGNORE INTO `civicrm_state_province` (`id`, `country_id`, `abbreviation`, `name`) VALUES -(NULL, @country_id, '50', 'Sejong'); \ No newline at end of file +(NULL, @country_id, '50', 'Sejong');