From c6f80310afc00cf7d5114e638cbaaefde3914da0 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Fri, 8 Oct 1999 06:54:47 +0000 Subject: Added the ability for users to "vote" on which bugs they think should be fixed. --- makeproducttable.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makeproducttable.sh') diff --git a/makeproducttable.sh b/makeproducttable.sh index ce5dae79c..806c69627 100755 --- a/makeproducttable.sh +++ b/makeproducttable.sh @@ -31,7 +31,8 @@ create table products ( product tinytext, description mediumtext, milestoneurl tinytext not null, -disallownew tinyint not null +disallownew tinyint not null, +votesperuser smallint not null ); -- cgit v1.2.3-24-g4f1b