diff --git a/webtools/bugzilla/checksetup.pl b/webtools/bugzilla/checksetup.pl index fc8f471f4bc..0b76a8fdccf 100755 --- a/webtools/bugzilla/checksetup.pl +++ b/webtools/bugzilla/checksetup.pl @@ -735,9 +735,8 @@ $table{fielddefs} = $table{versions} = 'value tinytext, - program varchar(64) not null, + program varchar(64) not null'; - unique(program)'; $table{votes} = 'who mediumint not null,