liquid_feedback_core

changeset 390:992ec266356d v2.2.5

Added notice regarding PostgreSQL 9.1 requirement to update script
author jbe
date Sun Aug 11 22:46:44 2013 +0200 (2013-08-11)
parents 582d270d2653
children 75c7985a11dc eaba9174d117
files update/core-update.v2.2.4-v2.2.5.sql
line diff
     1.1 --- a/update/core-update.v2.2.4-v2.2.5.sql	Sun Aug 11 21:34:58 2013 +0200
     1.2 +++ b/update/core-update.v2.2.4-v2.2.5.sql	Sun Aug 11 22:46:44 2013 +0200
     1.3 @@ -1,3 +1,8 @@
     1.4 +-- NOTICE: This update script requires PostgreSQL version 9.1 or higher.
     1.5 +--         If you use an older version, please dump your database and
     1.6 +--         update it on a system with PostgreSQL 9.1 or higher, before
     1.7 +--         restoring it on your original system.
     1.8 +
     1.9  -- NOTICE: The following command cannot be executed within a transaction block
    1.10  --         and must be rolled back manually, if the update fails:
    1.11  ALTER TYPE "issue_state" ADD VALUE 'canceled_by_admin' AFTER 'voting';

Impressum / About Us