# HG changeset patch # User jbe # Date 1376254004 -7200 # Node ID 992ec266356dcf8acf7b3c1609aeac0cba0de7a5 # Parent 582d270d265332b81fcd9251c0774815605b70af Added notice regarding PostgreSQL 9.1 requirement to update script diff -r 582d270d2653 -r 992ec266356d update/core-update.v2.2.4-v2.2.5.sql --- a/update/core-update.v2.2.4-v2.2.5.sql Sun Aug 11 21:34:58 2013 +0200 +++ b/update/core-update.v2.2.4-v2.2.5.sql Sun Aug 11 22:46:44 2013 +0200 @@ -1,3 +1,8 @@ +-- NOTICE: This update script requires PostgreSQL version 9.1 or higher. +-- If you use an older version, please dump your database and +-- update it on a system with PostgreSQL 9.1 or higher, before +-- restoring it on your original system. + -- NOTICE: The following command cannot be executed within a transaction block -- and must be rolled back manually, if the update fails: ALTER TYPE "issue_state" ADD VALUE 'canceled_by_admin' AFTER 'voting';