From: Mike Rylander Date: Tue, 4 Oct 2011 16:47:02 +0000 (-0400) Subject: (very slim) Upgrade script for 1.6.1.9 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7a464f82cffa9b0b15bf0591dbc874f6ccdee522;p=Evergreen.git (very slim) Upgrade script for 1.6.1.9 Signed-off-by: Mike Rylander --- 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'); +