]> git.donarmstrong.com Git - debbugs.git/commitdiff
the bug status is only absent, found, fixed, and undef
authorDon Armstrong <don@donarmstrong.com>
Tue, 8 Aug 2017 18:50:04 +0000 (11:50 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 8 Aug 2017 18:50:04 +0000 (11:50 -0700)
sql/debbugs_schema.sql

index a9d2232563713615accd6fe68f4006fde8eb1883..f2a420d3a2f027b733980171894935af9878f8a0 100644 (file)
@@ -431,7 +431,7 @@ INSERT INTO column_comments VALUES ('src_associations','modified','Time this ent
 CREATE UNIQUE INDEX src_associations_source_suite ON src_associations(source,suite);
 
 
-CREATE TYPE bug_status_type AS ENUM ('pending','forwarded','pending-fixed','fixed','absent','done');
+CREATE TYPE bug_status_type AS ENUM ('absent','found','fixed','undef');
 CREATE TABLE bug_status_cache (
        bug INT NOT NULL REFERENCES bug ON DELETE CASCADE ON UPDATE CASCADE,
        suite INT REFERENCES suite ON DELETE CASCADE ON UPDATE CASCADE,