Skip to content

Commit

Permalink
added security category
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@96 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Dec 21, 2000
1 parent eec9ba5 commit c7247ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_generate.sql
Expand Up @@ -18,7 +18,7 @@ CREATE TABLE mantis_bug_table (
status enum('new','feedback','acknowledged','confirmed','assigned','resolved') DEFAULT 'new' NOT NULL,
resolution enum('open','fixed','reopened','unable to duplicate','not fixable','duplicate','not a bug','suspended') DEFAULT 'open' NOT NULL,
projection enum('redesign','major rework','minor fix','tweak') DEFAULT 'minor fix' NOT NULL,
category enum('bugtracker','other') DEFAULT 'other' NOT NULL,
category enum('bugtracker','security','other') DEFAULT 'other' NOT NULL,
date_submitted timestamp(14),
last_updated timestamp(14),
eta enum('none','< 1 day','2-3 days','< 1 week','< 1 month','> 1 month') DEFAULT 'none' NOT NULL,
Expand Down

0 comments on commit c7247ab

Please sign in to comment.