From 261e5d83125e082b24e0d6fec364e69e042343c9 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Fri, 20 Dec 2013 11:44:01 -0500 Subject: [PATCH] Mis-typed 'sip2' --- Open-ILS/src/sql/Pg/pines/add_relia_circ_mods.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/sql/Pg/pines/add_relia_circ_mods.sql b/Open-ILS/src/sql/Pg/pines/add_relia_circ_mods.sql index c435939b2f..bc3aefda63 100644 --- a/Open-ILS/src/sql/Pg/pines/add_relia_circ_mods.sql +++ b/Open-ILS/src/sql/Pg/pines/add_relia_circ_mods.sql @@ -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 -- 2.11.0