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

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Nov 19 11:08:08 EST 2010


Author: dbs
Date: 2010-11-19 11:08:06 -0500 (Fri, 19 Nov 2010)
New Revision: 18805

Added:
   branches/rel_1_6_0/Open-ILS/src/sql/Pg/1.6.0.9-1.6.0.10-upgrade-db.sql
Log:
Get the 1.6.0.9-1.6.0.10 upgrade script into the branch


Added: branches/rel_1_6_0/Open-ILS/src/sql/Pg/1.6.0.9-1.6.0.10-upgrade-db.sql
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/sql/Pg/1.6.0.9-1.6.0.10-upgrade-db.sql	                        (rev 0)
+++ branches/rel_1_6_0/Open-ILS/src/sql/Pg/1.6.0.9-1.6.0.10-upgrade-db.sql	2010-11-19 16:08:06 UTC (rev 18805)
@@ -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.10');
+
+-- Create seed data for the asset.uri table
+INSERT INTO asset.uri (id, href, active) VALUES (-1, 'http://example.com/fake', FALSE);



More information about the open-ils-commits mailing list