Show
Ignore:
Timestamp:
04/24/08 21:16:00 (19 months ago)
Author:
bchoate
Message:

Adding meta support for comments/pings and creating a new index to aid selecting by parent object and visible status. Also, comment author method now returns MT::Author nickname when comment has an associated author. BugId:79475

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-36/lib/MT/TBPing.pm

    r1866 r2057  
    3131    indexes => { 
    3232        created_on => 1, 
    33         tb_id => 1, 
     33        tb_visible => { 
     34            columns => [ 'tb_id', 'visible' ], 
     35        }, 
    3436        ip => 1, 
    3537        last_moved_on => 1, # used for junk expiration 
     
    5658    }, 
    5759    audit => 1, 
     60    meta => 1, 
    5861    datasource => 'tbping', 
    5962    primary_key => 'id',