Mis-typed 'sip2'
authorChris Sharp <csharp@georgialibraries.org>
Fri, 20 Dec 2013 16:44:01 +0000 (11:44 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 20 Dec 2013 16:44:01 +0000 (11:44 -0500)
Open-ILS/src/sql/Pg/pines/add_relia_circ_mods.sql

index c435939..bc3aefd 100644 (file)
@@ -2,11 +2,11 @@
 BEGIN;
 
 -- create the circulation modifiers
-INSERT INTO config.circ_modifier (code, name, description, sip_2_media_type, magnetic_media) 
+INSERT INTO config.circ_modifier (code, name, description, sip2_media_type, magnetic_media) 
        VALUES ('realia-0', 'Realia - No Renewals', 'Naturally occurring objects and any other three-dimensional item made or modified by humans that does not fit into any other category', '000', false);
-INSERT INTO config.circ_modifier (code, name, description, sip_2_media_type, magnetic_media) 
+INSERT INTO config.circ_modifier (code, name, description, sip2_media_type, magnetic_media) 
         VALUES ('realia-1', 'Realia - One Renewal', 'Naturally occurring objects and any other three-dimensional item made or modified by humans that does not fit into any other category', '000', false);
-INSERT INTO config.circ_modifier (code, name, description, sip_2_media_type, magnetic_media) 
+INSERT INTO config.circ_modifier (code, name, description, sip2_media_type, magnetic_media) 
         VALUES ('realia-2', 'Realia - Two Renewals', 'Naturally occurring objects and any other three-dimensional item made or modified by humans that does not fit into any other category', '000', false);
 
 -- add duration rule to accommodate the new circ modifiers