root/branches/release-35/t/plugins/Awesome/lib/MT/Awesome/Image.pm @ 1927

Revision 1927, 236 bytes (checked in by mpaschal, 20 months ago)

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

Line 
1package MT::Awesome::Image;
2
3our @ISA = qw( MT::Awesome );
4
5__PACKAGE__->install_properties({
6    class_type => 'image',
7    column_defs => {
8        'width' => 'integer meta',
9        'height' => 'integer meta indexed',
10    },
11});
12
131;
Note: See TracBrowser for help on using the browser.