Bug 68921

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1038 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2010-10-29 16:05:18 +00:00
parent a076b36558
commit e17febdc51
1 changed files with 0 additions and 1 deletions

View File

@ -317,7 +317,6 @@ sub install_update_db
{
$dbh->bz_add_index('checkers', checkers_query_id_idx => { FIELDS => ['query_id'] });
$dbh->bz_drop_index('checkers', 'checkers_primary_idx');
$dbh->bz_drop_index_raw('checkers', 'checkers_primary_idx');
$dbh->bz_add_column('checkers', id => {TYPE => 'MEDIUMSERIAL', NOTNULL => 1, PRIMARYKEY => 1});
}