Show
Ignore:
Timestamp:
03/03/08 06:47:56 (21 months ago)
Author:
auno
Message:

Added schedlue rules for indexe templates and template maps. BugzID:68976 68977

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-30/lib/MT/Template.pm

    r1427 r1440  
    3333        'build_dynamic' => 'boolean', 
    3434        'identifier' => 'string(50)', 
     35        'build_type' => 'smallint', 
     36        'build_interval' => 'integer', 
    3537    }, 
    3638    indexes => { 
     
    4547        'rebuild_me' => 1, 
    4648        'build_dynamic' => 0, 
     49        'build_type' => 1, 
    4750    }, 
    4851    meta => 1,