removing previous ugrade insert of config.org_unit_setting_type user/rogan/lp1849683_add_permissions_to_css_from_setting
authorRogan Hamby <rogan.hamby@gmail.com>
Thu, 24 Oct 2019 15:06:38 +0000 (11:06 -0400)
committerRogan Hamby <rogan.hamby@gmail.com>
Thu, 24 Oct 2019 15:06:38 +0000 (11:06 -0400)
Open-ILS/src/sql/Pg/upgrade/1196.data.opac_custom_css.sql

index 8aaca49..3ca6f64 100644 (file)
@@ -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')),