From: miker Date: Fri, 23 Jan 2009 15:36:17 +0000 (+0000) Subject: minimal db upgrade script for 1.4.0.1 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bac7ca73285bebe5f1d25bce994dc0a709dffb6e;p=Evergreen.git minimal db upgrade script for 1.4.0.1 git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4_0@11930 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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'); +