[open-ils-commits] r11040 - branches/rel_1_2/Open-ILS/src/sql/Pg

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Nov 3 13:05:17 EST 2008


Author: miker
Date: 2008-11-03 13:05:12 -0500 (Mon, 03 Nov 2008)
New Revision: 11040

Added:
   branches/rel_1_2/Open-ILS/src/sql/Pg/1.2.3-1.2.4.0-upgrade.sql
Log:
adding db upgrade for hold_verify backport (1.2.4.0)

Added: branches/rel_1_2/Open-ILS/src/sql/Pg/1.2.3-1.2.4.0-upgrade.sql
===================================================================
--- branches/rel_1_2/Open-ILS/src/sql/Pg/1.2.3-1.2.4.0-upgrade.sql	                        (rev 0)
+++ branches/rel_1_2/Open-ILS/src/sql/Pg/1.2.3-1.2.4.0-upgrade.sql	2008-11-03 18:05:12 UTC (rev 11040)
@@ -0,0 +1,24 @@
+/*
+ * Copyright (C) 2007-2008  Equinox Software, Inc.
+ * Mike Rylander <miker at esilibrary.com> 
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ */
+
+
+
+BEGIN;
+
+ALTER TABLE asset.copy_location ADD COLUMN hold_verify BOOL NOT NULL DEFAULT FALSE;
+
+COMMIT;
+



More information about the open-ils-commits mailing list