From: Rogan Hamby Date: Thu, 24 Oct 2019 15:06:38 +0000 (-0400) Subject: removing previous ugrade insert of config.org_unit_setting_type X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3308264d80b65eea8c863623950ff15d8244605c;p=working%2FEvergreen.git removing previous ugrade insert of config.org_unit_setting_type --- diff --git a/Open-ILS/src/sql/Pg/upgrade/1196.data.opac_custom_css.sql b/Open-ILS/src/sql/Pg/upgrade/1196.data.opac_custom_css.sql index 8aaca4982d..3ca6f64c20 100644 --- a/Open-ILS/src/sql/Pg/upgrade/1196.data.opac_custom_css.sql +++ b/Open-ILS/src/sql/Pg/upgrade/1196.data.opac_custom_css.sql @@ -2,17 +2,6 @@ BEGIN; SELECT evergreen.upgrade_deps_block_check('1196', :eg_version); -INSERT into config.org_unit_setting_type -( name, grp, label, description, datatype, fm_class ) VALUES -( 'opac.patron.custom_css', 'opac', - oils_i18n_gettext('opac.patron.custom_css', - 'Custom CSS for the OPAC', - 'coust', 'label'), - oils_i18n_gettext('opac.patron.custom_css', - 'Custom CSS for the OPAC', - 'coust', 'description'), - 'string', NULL); - INSERT INTO permission.perm_list ( id, code, description ) VALUES ( 620, 'VIEW_ORG_UNIT_SETTING.opac.patron.custom_css', oils_i18n_gettext(620, 'Viewing CSS setting for the OPAC', 'ppl', 'description')),