use strict;
use warnings;

$RT::Handle->MakeSureIndexExists(
    Table => 'Attachments',
    Columns => ['Filename'],
);
        
1;  
