]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
duhhh. backout unique index change for versions table.
authorcyeh%bluemartini.com <>
Sun, 30 Apr 2000 11:34:53 +0000 (11:34 +0000)
committercyeh%bluemartini.com <>
Sun, 30 Apr 2000 11:34:53 +0000 (11:34 +0000)
thanks to dave@intrec.com for catching my complete brain lock
this one.

checksetup.pl

index fc8f471f4bcb78965ca6499af209de01ac187c29..0b76a8fdccffd60463a1cdf90430ef935ba44040 100755 (executable)
@@ -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,