MantisBT: master 80b88ea2

Author Committer Branch Timestamp Parent
dregad dregad master 2019-08-30 07:35 master a11cf463
Affected Issues  0021799: Wrong data types in ERD
 0026098: Update ERD diagram to reflect new field in bug_file table
Changeset

Fix incorrect column data types in ERD

The reference database that was used to build the original diagram
(MySQL Workbench reverse engineering feature) was not a fresh install.
As a result, there were discrepancies in some data types (e.g. columns
linked to enums were VARCHAR instead of SMALLINT).

Fixes 0021799

Also added missing relationship between bugnote and _bugfile tables
(Issue 0026098).

mod - docbook/Developers_Guide/en-US/images/erd.png Diff File
mod - docbook/erd/mantisbt.mwb Diff File
add - docbook/erd/mantisbt_2.23.0_210_erd_r2.pdf Diff File