From: cyeh%bluemartini.com <> Date: Sun, 30 Apr 2000 11:34:53 +0000 (+0000) Subject: duhhh. backout unique index change for versions table. X-Git-Tag: bugzilla-2.12~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db01ecb041854df2c5e58eefff83dd37da1a9381;p=thirdparty%2Fbugzilla.git duhhh. backout unique index change for versions table. thanks to dave@intrec.com for catching my complete brain lock this one. --- diff --git a/checksetup.pl b/checksetup.pl index fc8f471f4b..0b76a8fdcc 100755 --- a/checksetup.pl +++ b/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,