Show
Ignore:
Timestamp:
04/16/08 15:36:30 (20 months ago)
Author:
mpaschal
Message:

Land the new implementation of metadata based on narrow tables
BugzID: 68749

Files:
1 modified

Legend:

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

    r1897 r1927  
    13521352        } 
    13531353    } 
     1354 
     1355    # handle schema updates for meta table 
     1356    if ($class->meta_pkg) { 
     1357        $self->check_type($type . ':meta'); 
     1358    } 
     1359 
    13541360    1; 
    13551361}