From 0d1d29fb6f8326f26abfbf5176be2bc3bcb0dac6 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 9 Mar 2010 03:47:04 +0000 Subject: [PATCH] Add the voluminous 1.6.0.3 SQL upgrade script to the repo git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15750 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/1.6.0.2-1.6.0.3-upgrade-db.sql | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Open-ILS/src/sql/Pg/1.6.0.2-1.6.0.3-upgrade-db.sql diff --git a/Open-ILS/src/sql/Pg/1.6.0.2-1.6.0.3-upgrade-db.sql b/Open-ILS/src/sql/Pg/1.6.0.2-1.6.0.3-upgrade-db.sql new file mode 100644 index 0000000000..19cf94a8d0 --- /dev/null +++ b/Open-ILS/src/sql/Pg/1.6.0.2-1.6.0.3-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.3'); + -- 2.11.0