274
274
COMMENT ON COLUMN BugTask.date_inprogress IS 'The date on which this bug transitioned from not being in progress to a state >= In Progress. If the status moves back to a pre-In Progress state, this date is cleared';
275
275
COMMENT ON COLUMN BugTask.date_closed IS 'The date when this bug transitioned to a resolved state, e.g., Rejected, Fix Released, etc. If the state changes back to a pre-closed state, this date is cleared';
276
276
COMMENT ON COLUMN BugTask.milestone IS 'A way to mark a bug for grouping purposes, e.g. to say it needs to be fixed by version 1.2';
278
277
COMMENT ON COLUMN BugTask.bugwatch IS 'This column allows us to link a bug
279
278
task to a bug watch. In other words, we are connecting the state of the task
280
279
to the state of the bug in a different bug tracking system. To the best of