[open-ils-commits] r18629 - tags/rel_1_6_1_3/Open-ILS/src/sql/Pg (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Nov 5 13:18:38 EDT 2010
Author: miker
Date: 2010-11-05 13:18:35 -0400 (Fri, 05 Nov 2010)
New Revision: 18629
Added:
tags/rel_1_6_1_3/Open-ILS/src/sql/Pg/1.6.1.0-1.6.1.1-upgrade-db.sql
Log:
missing (nearly no-op) upgrade script
Added: tags/rel_1_6_1_3/Open-ILS/src/sql/Pg/1.6.1.0-1.6.1.1-upgrade-db.sql
===================================================================
--- tags/rel_1_6_1_3/Open-ILS/src/sql/Pg/1.6.1.0-1.6.1.1-upgrade-db.sql (rev 0)
+++ tags/rel_1_6_1_3/Open-ILS/src/sql/Pg/1.6.1.0-1.6.1.1-upgrade-db.sql 2010-11-05 17:18:35 UTC (rev 18629)
@@ -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.1.1');
+
More information about the open-ils-commits
mailing list