Changeset 1944

Show
Ignore:
Timestamp:
04/17/08 01:09:02 (3 months ago)
Author:
bchoate
Message:

Decreased the type column to 75 bytes due to UTF8 index constraints.

Files:

Legend:

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

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