Show
Ignore:
Timestamp:
05/08/08 03:48:17 (19 months ago)
Author:
bchoate
Message:

Changed basename index to be blog_id+basename since that is how we search for existing basenames.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/lib/MT/Category.pm

    r1931 r2275  
    2828        label => 1, 
    2929        parent => 1, 
    30         basename => 1, 
     30        blog_basename => { 
     31            columns => [ 'blog_id', 'basename' ], 
     32        }, 
    3133        blog_class => { 
    3234            columns => [ 'blog_id', 'class' ],