MantisBT: master b6951823

Author Committer Branch Timestamp Parent
dhx dhx master 2010-02-18 10:44 master cd4ef16c
Affected Issues  0011487: Unnecessary Index in Database Model
Changeset

Fix 0011487: Remove idx_email_id index on mantis_email_table

The idx_email_id index on mantis_email_table is not necessary as it only
covers the email_id column. The email_id column happens to be the
primary key of the table and thus doesn't need another index (the
primary key is already an index).

mod - admin/schema.php Diff File