diff options
author | cyeh%bluemartini.com <> | 2000-04-30 13:34:53 +0200 |
---|---|---|
committer | cyeh%bluemartini.com <> | 2000-04-30 13:34:53 +0200 |
commit | db01ecb041854df2c5e58eefff83dd37da1a9381 (patch) | |
tree | 2156ac2fff0ff5b3dbad2a0317cc8a5e4ca146d7 | |
parent | 88240ae8797cf781bee31c592e45509b16731a73 (diff) | |
download | bugzilla-db01ecb041854df2c5e58eefff83dd37da1a9381.tar.gz bugzilla-db01ecb041854df2c5e58eefff83dd37da1a9381.tar.xz |
duhhh. backout unique index change for versions table.
thanks to dave@intrec.com for catching my complete brain lock
this one.
-rwxr-xr-x | checksetup.pl | 3 |
1 files changed, 1 insertions, 2 deletions
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, |