summaryrefslogtreecommitdiffstats
path: root/makebugtable.sh
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-05-01 05:15:14 +0200
committerterry%mozilla.org <>1999-05-01 05:15:14 +0200
commit7bb0b86fdbd639d8d583116ca7a2564f3d0246e4 (patch)
treeb707fe7567e488c321cc88950fdc7ec7ff98bfc5 /makebugtable.sh
parent12051b051d85dfe07b30719f8d0b169837dc972e (diff)
downloadbugzilla-7bb0b86fdbd639d8d583116ca7a2564f3d0246e4.tar.gz
bugzilla-7bb0b86fdbd639d8d583116ca7a2564f3d0246e4.tar.xz
Added a "blocker" severity.
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,