From 5bc6f480c150e47bd8c946feb373511cd595075d Mon Sep 17 00:00:00 2001
From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Thu, 10 Jun 2010 20:03:25 +0000
Subject: [PATCH] syntax

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16665 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/src/sql/Pg/upgrade/0302.data.fifo-holds-ou-setting.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Open-ILS/src/sql/Pg/upgrade/0302.data.fifo-holds-ou-setting.sql b/Open-ILS/src/sql/Pg/upgrade/0302.data.fifo-holds-ou-setting.sql
index 24662ccda7..c75584528a 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0302.data.fifo-holds-ou-setting.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0302.data.fifo-holds-ou-setting.sql
@@ -3,7 +3,7 @@ BEGIN;
 INSERT INTO config.upgrade_log (version) VALUES ('0302'); --miker
 
 INSERT INTO config.org_unit_setting_type (name,label,description,datatype)
-    VALUES ('circ.holds_fifo', 'Holds: FIFO', 'Force holds to a more strict First-In, First-Out capture', 'bool' ),
+    VALUES ('circ.holds_fifo', 'Holds: FIFO', 'Force holds to a more strict First-In, First-Out capture', 'bool' );
 
 COMMIT;
 
-- 
2.11.0