summaryrefslogtreecommitdiffstats
path: root/makebugtable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-01-30 09:38:09 +0100
committerterry%netscape.com <>1999-01-30 09:38:09 +0100
commitb2f8abf150db62da2ccf8c5ed62936b78c51a490 (patch)
tree88c754e9259116370e5a800c8273dbad80b78eb8 /makebugtable.sh
parent7e7e401e8095f259cdaf73d583990d904d85967c (diff)
downloadbugzilla-b2f8abf150db62da2ccf8c5ed62936b78c51a490.tar.gz
bugzilla-b2f8abf150db62da2ccf8c5ed62936b78c51a490.tar.xz
Had an operating system mispelled.
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 f0be77687..a37448a63 100755
--- a/makebugtable.sh
+++ b/makebugtable.sh
@@ -37,7 +37,7 @@ creation_ts datetime,
delta_ts timestamp,
short_desc mediumtext,
long_desc mediumtext,
-op_sys enum("All", "Windows 3.1", "Windows 95", "Windows 98", "Windows NT", "Mac System 7", "Mac System 7.5", "Mac System 7.1.6", "Mac System 8.0", "Mac System 8.5", "AIX", "BSDI", "HP-UX", "IRIX", "Linux", "OSF/1", "Solaris", "SunOS", "OS/2", "other") not null,
+op_sys enum("All", "Windows 3.1", "Windows 95", "Windows 98", "Windows NT", "Mac System 7", "Mac System 7.5", "Mac System 7.6.1", "Mac System 8.0", "Mac System 8.5", "AIX", "BSDI", "HP-UX", "IRIX", "Linux", "OSF/1", "Solaris", "SunOS", "OS/2", "other") not null,
priority enum("P1", "P2", "P3", "P4", "P5") not null,
product varchar(16) not null,
rep_platform enum("All", "DEC", "HP", "Macintosh", "PC", "SGI", "Sun", "Other"),