Changeset 2914

Show
Ignore:
Timestamp:
08/11/08 06:16:04 (4 months ago)
Author:
fumiakiy
Message:

Removed redundant index definition from class properties. Bugid:81046

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-42/lib/MT/Object.pm

    r2875 r2914  
    498498        ) ], 
    499499        indexes => { 
    500             id_type    => { columns => [ $id_field, 'type' ] }, 
     500            #id_type    => { columns => [ $id_field, 'type' ] }, # redundant 
    501501            type_vchar => { columns => [ 'type', 'vchar_idx'     ] }, 
    502502            type_vdt   => { columns => [ 'type', 'vdatetime_idx' ] },