bugs_target_milestone_idx => ['target_milestone'],
bugs_qa_contact_idx => ['qa_contact'],
bugs_votes_idx => ['votes'],
- bugs_short_desc_idx => ['short_desc'],
],
},
# 2006-08-19 LpSolit@gmail.com - Bug 87795
$dbh->bz_alter_column('tokens', 'userid', {TYPE => 'INT3'});
- my $sd_index = $dbh->bz_index_info('bugs', 'bugs_short_desc_idx');
- if (!$sd_index || ($sd_index->{TYPE} && $sd_index->{TYPE} eq 'FULLTEXT')) {
- $dbh->bz_drop_index('bugs', 'bugs_short_desc_idx');
- $dbh->bz_add_index('bugs', 'bugs_short_desc_idx', [qw(short_desc)]);
- }
+ $dbh->bz_drop_index('bugs', 'bugs_short_desc_idx');
# The profiles table was missing some defaults.
$dbh->bz_alter_column('profiles', 'disabledtext',