From: Chris Sharp Date: Fri, 28 Oct 2011 11:42:54 +0000 (-0400) Subject: modifying script so to not add a foreign key that does not exist X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ef95ae79b99b552a6836cb1ab28f21a3699e3389;p=evergreen%2Fpines.git modifying script so to not add a foreign key that does not exist --- 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',