From db01ecb041854df2c5e58eefff83dd37da1a9381 Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Sun, 30 Apr 2000 11:34:53 +0000 Subject: duhhh. backout unique index change for versions table. thanks to dave@intrec.com for catching my complete brain lock this one. --- checksetup.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index fc8f471f4..0b76a8fdc 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, -- cgit v1.2.3-24-g4f1b