summaryrefslogtreecommitdiffstats
path: root/makebugtable.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makebugtable.sh')
-rwxr-xr-xmakebugtable.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makebugtable.sh b/makebugtable.sh
index bad74010e..c142b2d5a 100755
--- a/makebugtable.sh
+++ b/makebugtable.sh
@@ -32,7 +32,7 @@ bug_id mediumint not null auto_increment primary key,
groupset bigint not null,
assigned_to mediumint not null, # This is a comment.
bug_file_loc text,
-bug_severity enum("critical", "major", "normal", "minor", "trivial", "enhancement") not null,
+bug_severity enum("blocker", "critical", "major", "normal", "minor", "trivial", "enhancement") not null,
bug_status enum("NEW", "ASSIGNED", "REOPENED", "RESOLVED", "VERIFIED", "CLOSED") not null,
creation_ts datetime,
delta_ts timestamp,