[open-ils-commits] r11930 - branches/rel_1_4_0/Open-ILS/src/sql/Pg

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Jan 23 10:36:19 EST 2009


Author: miker
Date: 2009-01-23 10:36:17 -0500 (Fri, 23 Jan 2009)
New Revision: 11930

Added:
   branches/rel_1_4_0/Open-ILS/src/sql/Pg/1.4.0.0-1.4.0.1-upgrade-db.sql
Log:
minimal db upgrade script for 1.4.0.1

Added: branches/rel_1_4_0/Open-ILS/src/sql/Pg/1.4.0.0-1.4.0.1-upgrade-db.sql
===================================================================
--- branches/rel_1_4_0/Open-ILS/src/sql/Pg/1.4.0.0-1.4.0.1-upgrade-db.sql	                        (rev 0)
+++ branches/rel_1_4_0/Open-ILS/src/sql/Pg/1.4.0.0-1.4.0.1-upgrade-db.sql	2009-01-23 15:36:17 UTC (rev 11930)
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2009  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.
+ *
+ */
+
+
+INSERT INTO config.upgrade_log (version) VALUES ('1.4.0.1');
+



More information about the open-ils-commits mailing list