Changeset 2087

Show
Ignore:
Timestamp:
04/25/08 01:06:03 (4 months ago)
Author:
auno
Message:

Decrease the auth_type column to 50 byte due to UTF8 index constraints.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-36/lib/MT/Author.pm

    r2060 r2087  
    3535        'is_superuser' => 'boolean', 
    3636        'can_view_log' => 'boolean', 
    37         'auth_type' => 'string(255)', 
     37        'auth_type' => 'string(50)', 
    3838        'userpic_asset_id' => 'integer', 
    3939        'basename' => 'string(255)',