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

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Feb 4 15:22:46 EST 2011


Author: miker
Date: 2011-02-04 15:22:42 -0500 (Fri, 04 Feb 2011)
New Revision: 19394

Added:
   branches/rel_1_6_1/Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql
   branches/rel_1_6_1/Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql
Log:
upgrade scripts

Added: branches/rel_1_6_1/Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql
===================================================================
--- branches/rel_1_6_1/Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql	                        (rev 0)
+++ branches/rel_1_6_1/Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql	2011-02-04 20:22:42 UTC (rev 19394)
@@ -0,0 +1,18 @@
+/*
+ * 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.1.6');
+

Added: branches/rel_1_6_1/Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql
===================================================================
--- branches/rel_1_6_1/Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql	                        (rev 0)
+++ branches/rel_1_6_1/Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql	2011-02-04 20:22:42 UTC (rev 19394)
@@ -0,0 +1,18 @@
+/*
+ * 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.1.7');
+



More information about the open-ils-commits mailing list