modifying script so to not add a foreign key that does not exist
authorChris Sharp <csharp@georgialibraries.org>
Fri, 28 Oct 2011 11:42:54 +0000 (07:42 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 28 Nov 2011 19:34:36 +0000 (14:34 -0500)
Open-ILS/src/sql/Pg/2.0-2.1-upgrade-db.sql

index a285e85..cb1a4d2 100644 (file)
@@ -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',