From 88542a58c29efa3f14e7cc9cf46c7408c82a5d3a Mon Sep 17 00:00:00 2001 From: eileen Date: Sun, 23 Sep 2018 20:04:51 +1200 Subject: [PATCH] Fix typo in 5.5 upgrade script --- CRM/Upgrade/Incremental/sql/5.5.3.mysql.tpl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CRM/Upgrade/Incremental/sql/5.5.3.mysql.tpl diff --git a/CRM/Upgrade/Incremental/sql/5.5.3.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.5.3.mysql.tpl new file mode 100644 index 0000000000..c56f140dbd --- /dev/null +++ b/CRM/Upgrade/Incremental/sql/5.5.3.mysql.tpl @@ -0,0 +1,2 @@ +#fix typo when setting default in https://github.com/civicrm/civicrm-core/pull/12410 +ALTER TABLE civicrm_option_group MODIFY COLUMN is_locked TINYINT(4) NOT NULL DEFAULT 0 COMMENT 'A lock to remove the ability to add new options via the UI.'; -- 2.25.1