From b714b70bb7eb5ceddaf3888d9e086946741fae3a Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Fri, 28 Oct 2011 07:42:54 -0400 Subject: [PATCH] modifying script so to not add a foreign key that does not exist --- Open-ILS/src/sql/Pg/2.0-2.1-upgrade-db.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/sql/Pg/2.0-2.1-upgrade-db.sql b/Open-ILS/src/sql/Pg/2.0-2.1-upgrade-db.sql index a285e85e04..cb1a4d254d 100644 --- a/Open-ILS/src/sql/Pg/2.0-2.1-upgrade-db.sql +++ b/Open-ILS/src/sql/Pg/2.0-2.1-upgrade-db.sql @@ -8832,9 +8832,9 @@ COMMIT; --0633 INSERT into config.org_unit_setting_type -( name, grp, label, description, datatype ) VALUES +( name, label, description, datatype ) VALUES ( - 'print.custom_js_file', 'circ', + 'print.custom_js_file', oils_i18n_gettext( 'print.custom_js_file', 'Printing: Custom Javascript File', -- 2.11.0