aboutsummaryrefslogtreecommitdiffstats
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 e9d8fc244..9d1887251 100755
--- a/makeproducttable.sh
+++ b/makeproducttable.sh
@@ -30,7 +30,8 @@ use bugs;
create table products (
product tinytext,
description mediumtext,
-milestoneurl tinytext not null
+milestoneurl tinytext not null,
+disallownew tinyint not null
);