diff options
Diffstat (limited to 'checksetup.pl')
-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, |