summaryrefslogtreecommitdiffstats
path: root/makeproducttable.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makeproducttable.sh')
-rwxr-xr-xmakeproducttable.sh3
1 files changed, 2 insertions, 1 deletions
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
);