From 4910e5d8a67b3ae786f8a5bde702de6b6e99e000 Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 19 Nov 2010 16:08:06 +0000 Subject: [PATCH] Get the 1.6.0.9-1.6.0.10 upgrade script into the branch git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@18805 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/1.6.0.9-1.6.0.10-upgrade-db.sql | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Open-ILS/src/sql/Pg/1.6.0.9-1.6.0.10-upgrade-db.sql diff --git a/Open-ILS/src/sql/Pg/1.6.0.9-1.6.0.10-upgrade-db.sql b/Open-ILS/src/sql/Pg/1.6.0.9-1.6.0.10-upgrade-db.sql new file mode 100644 index 0000000000..61e5eab649 --- /dev/null +++ b/Open-ILS/src/sql/Pg/1.6.0.9-1.6.0.10-upgrade-db.sql @@ -0,0 +1,20 @@ +/* + * Copyright (C) 2010 Equinox Software, Inc. + * Mike Rylander + * + * 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); -- 2.11.0