summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorcyeh%bluemartini.com <>2000-04-30 13:34:53 +0200
committercyeh%bluemartini.com <>2000-04-30 13:34:53 +0200
commitdb01ecb041854df2c5e58eefff83dd37da1a9381 (patch)
tree2156ac2fff0ff5b3dbad2a0317cc8a5e4ca146d7 /checksetup.pl
parent88240ae8797cf781bee31c592e45509b16731a73 (diff)
downloadbugzilla-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.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl3
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,