use strict;
use warnings;

$RT::Handle->MakeSureIndexExists(
    Table => 'CachedGroupMembers',
    Columns => ['Via'],
);

1;
