[open-ils-commits] r19391 - branches/rel_1_6_2/Open-ILS/src/sql/Pg (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Feb 4 15:05:09 EST 2011


Author: miker
Date: 2011-02-04 15:05:04 -0500 (Fri, 04 Feb 2011)
New Revision: 19391

Added:
   branches/rel_1_6_2/Open-ILS/src/sql/Pg/1.6.2.0-1.6.2.1-upgrade-db.sql
   branches/rel_1_6_2/Open-ILS/src/sql/Pg/1.6.2.1-1.6.2.2-upgrade-db.sql
Log:
upgrade scripts

Added: branches/rel_1_6_2/Open-ILS/src/sql/Pg/1.6.2.0-1.6.2.1-upgrade-db.sql
===================================================================
--- branches/rel_1_6_2/Open-ILS/src/sql/Pg/1.6.2.0-1.6.2.1-upgrade-db.sql	                        (rev 0)
+++ branches/rel_1_6_2/Open-ILS/src/sql/Pg/1.6.2.0-1.6.2.1-upgrade-db.sql	2011-02-04 20:05:04 UTC (rev 19391)
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2011  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.2.1');
+

Added: branches/rel_1_6_2/Open-ILS/src/sql/Pg/1.6.2.1-1.6.2.2-upgrade-db.sql
===================================================================
--- branches/rel_1_6_2/Open-ILS/src/sql/Pg/1.6.2.1-1.6.2.2-upgrade-db.sql	                        (rev 0)
+++ branches/rel_1_6_2/Open-ILS/src/sql/Pg/1.6.2.1-1.6.2.2-upgrade-db.sql	2011-02-04 20:05:04 UTC (rev 19391)
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2011  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.2.2');
+



More information about the open-ils-commits mailing list