From 5b665e4503a5941b401daa8d2a45c00f4702cfde Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 13 Dec 2011 15:11:44 -0500 Subject: [PATCH] some settings were already present... --- Open-ILS/src/sql/Pg/pines-2.1-updates.sql | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Open-ILS/src/sql/Pg/pines-2.1-updates.sql b/Open-ILS/src/sql/Pg/pines-2.1-updates.sql index b5b39cc9a0..f9e49c993e 100644 --- a/Open-ILS/src/sql/Pg/pines-2.1-updates.sql +++ b/Open-ILS/src/sql/Pg/pines-2.1-updates.sql @@ -1,12 +1,6 @@ -- insert the PINES org_unit_settings that have been created in test environment BEGIN; -INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'cat.spine.line.margin', '0' ); -INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'cat.spine.line.height', '9' ); -INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'cat.spine.line.width', '8' ); -INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'cat.label.font.family', 'monospace' ); -INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'cat.label.font.size', '10' ); -INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'cat.label.font.weight', 'normal' ); INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'cat.default_classification_scheme', '2' ); INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.edit.au.dob.require', 'true' ); INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES ( 1, 'ui.patron.registration.require_address', 'true' ); -- 2.11.0