From cff1a4b40017ee36166dc806dbe070f1b1e540d7 Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 23 Jan 2009 15:36:41 +0000 Subject: [PATCH] minimal db upgrade script for 1.4.0.1 git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11931 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/1.4.0.0-1.4.0.1-upgrade-db.sql | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Open-ILS/src/sql/Pg/1.4.0.0-1.4.0.1-upgrade-db.sql diff --git a/Open-ILS/src/sql/Pg/1.4.0.0-1.4.0.1-upgrade-db.sql b/Open-ILS/src/sql/Pg/1.4.0.0-1.4.0.1-upgrade-db.sql new file mode 100644 index 0000000000..450b2d7f69 --- /dev/null +++ b/Open-ILS/src/sql/Pg/1.4.0.0-1.4.0.1-upgrade-db.sql @@ -0,0 +1,19 @@ +/* + * Copyright (C) 2009 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.4.0.1'); + -- 2.11.0