MantisBT: master-1.2.x 3a234243

Author Committer Branch Timestamp Parent
dhx dhx master-1.2.x 2010-02-18 10:44 master-1.2.x f812d51c
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