From bec073cf77c92a2ad3eb1950465277d42c3e6d30 Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 4 Feb 2011 20:22:42 +0000 Subject: [PATCH] upgrade scripts git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_1@19394 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql | 18 ++++++++++++++++++ Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql create mode 100644 Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql diff --git a/Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql b/Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql new file mode 100644 index 0000000000..5278ab2d74 --- /dev/null +++ b/Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql @@ -0,0 +1,18 @@ +/* + * 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.1.6'); + diff --git a/Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql b/Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql new file mode 100644 index 0000000000..7910fc46b5 --- /dev/null +++ b/Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql @@ -0,0 +1,18 @@ +/* + * 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.1.7'); + -- 2.11.0