Commit db01ecb0 authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

duhhh. backout unique index change for versions table.

thanks to dave@intrec.com for catching my complete brain lock this one.
parent 88240ae8
...@@ -735,9 +735,8 @@ $table{fielddefs} = ...@@ -735,9 +735,8 @@ $table{fielddefs} =
$table{versions} = $table{versions} =
'value tinytext, 'value tinytext,
program varchar(64) not null, program varchar(64) not null';
unique(program)';
$table{votes} = $table{votes} =
'who mediumint not null, 'who mediumint not null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment