From 7a464f82cffa9b0b15bf0591dbc874f6ccdee522 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Tue, 4 Oct 2011 12:47:02 -0400 Subject: [PATCH] (very slim) Upgrade script for 1.6.1.9 Signed-off-by: Mike Rylander --- Open-ILS/src/sql/Pg/1.6.1.8-1.6.1.9-upgrade-db.sql | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Open-ILS/src/sql/Pg/1.6.1.8-1.6.1.9-upgrade-db.sql diff --git a/Open-ILS/src/sql/Pg/1.6.1.8-1.6.1.9-upgrade-db.sql b/Open-ILS/src/sql/Pg/1.6.1.8-1.6.1.9-upgrade-db.sql new file mode 100644 index 0000000000..d8c41d8966 --- /dev/null +++ b/Open-ILS/src/sql/Pg/1.6.1.8-1.6.1.9-upgrade-db.sql @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2011 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.9'); + -- 2.11.0