[open-ils-commits] r15750 - branches/rel_1_6_0/Open-ILS/src/sql/Pg (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Mar 8 22:47:07 EST 2010


Author: dbs
Date: 2010-03-08 22:47:04 -0500 (Mon, 08 Mar 2010)
New Revision: 15750

Added:
   branches/rel_1_6_0/Open-ILS/src/sql/Pg/1.6.0.2-1.6.0.3-upgrade-db.sql
Log:
Add the voluminous 1.6.0.3 SQL upgrade script to the repo


Added: branches/rel_1_6_0/Open-ILS/src/sql/Pg/1.6.0.2-1.6.0.3-upgrade-db.sql
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/sql/Pg/1.6.0.2-1.6.0.3-upgrade-db.sql	                        (rev 0)
+++ branches/rel_1_6_0/Open-ILS/src/sql/Pg/1.6.0.2-1.6.0.3-upgrade-db.sql	2010-03-09 03:47:04 UTC (rev 15750)
@@ -0,0 +1,20 @@
+/*
+ * Copyright (C) 2010  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.6.0.3');
+



More information about the open-ils-commits mailing list