MantisBT: master e2e0a9d4

Author Committer Branch Timestamp Parent
dregad dregad master 2013-09-08 08:47 master 2d407289
Affected Issues  0016392: Bool columns in pgsql system created before MantisBT 1.1.0 have smallint type in DB
Changeset

Install: special processing for pgsql boolean columns

The upgrade of ADOdb library to version 4.96 with Mantis release
1.1.0 introduced a change in the way type 'L' columns are created
(SMALLINT before, BOOLEAN after).

This requires special handling to fix the database schema, because the
normal schema upgrade steps do not cover it (since from the MantisBT
installer's perspective the column type has not changed).

Fixes 0016392

mod - admin/install.php Diff File
mod - core/install_helper_functions_api.php Diff File