Changeset 1943

Show
Ignore:
Timestamp:
04/17/08 00:35:56 (15 months ago)
Author:
bchoate
Message:

Decreased the type column to permit indexing id+type+vchar_indexed under mysql/utf8 character set.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-35/lib/MT/Object.pm

    r1930 r1943  
    466466        column_defs => { 
    467467            $id_field         => 'integer not null', 
    468             type              => 'string(255) not null', 
     468            type              => 'string(100) not null', 
    469469            vchar             => 'string(255)', 
    470470            vchar_indexed     => 'string(255)',