From c7247ab748301f6646dace9680c400d252c42a09 Mon Sep 17 00:00:00 2001 From: Kenzaburo Ito Date: Thu, 21 Dec 2000 03:54:29 +0000 Subject: [PATCH] added security category git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@96 f5dc347c-c33d-0410-90a0-b07cc1902cb9 --- db_generate.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_generate.sql b/db_generate.sql index f0f2483d08..6fbf6dd652 100644 --- a/db_generate.sql +++ b/db_generate.sql @@ -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,