Show
Ignore:
Timestamp:
05/16/08 22:44:31 (19 months ago)
Author:
mpaschal
Message:

Shorten these column and index names
(Commit Fumiaki's change)
NOTE that manual SQL attached to case #79744 is required to upgrade from beta 4 or 5

http://bugs.movabletype.org/default.asp?79744

BugzID: 79744

Files:
1 modified

Legend:

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

    r1609 r2369  
    2929        }, 
    3030        # For tag count 
    31         blog_ds_object_tag => { 
     31        blog_ds_obj_tag => { 
    3232            columns => ['blog_id', 'object_datasource', 'object_id', 'tag_id'], 
    3333        },