From 0cb47182ab9259a44aca44aae2fc7973fab9ed44 Mon Sep 17 00:00:00 2001
From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Thu, 26 Aug 2010 19:19:29 +0000
Subject: [PATCH] missing COMMIT;

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17356 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/src/sql/Pg/upgrade/0381.data.spine_label_font_weight.sql | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Open-ILS/src/sql/Pg/upgrade/0381.data.spine_label_font_weight.sql b/Open-ILS/src/sql/Pg/upgrade/0381.data.spine_label_font_weight.sql
index 6530ea13e4..a8952c7748 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0381.data.spine_label_font_weight.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0381.data.spine_label_font_weight.sql
@@ -17,3 +17,5 @@ INSERT INTO config.org_unit_setting_type (name, label, description, datatype)
 INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES
     (1, 'cat.label.font.weight', '"normal"')
 ;
+
+COMMIT;
-- 
2.11.0