~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/comments.sql

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-30 08:40:06 UTC
  • mfrom: (7675.1045.850 db-devel)
  • Revision ID: launchpad@pqm.canonical.com-20110930084006-dgwku40xwjn4xgvi
Merging db-stable at revno 11033

Show diffs side-by-side

added added

removed removed

Lines of Context:
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';
277
 
COMMENT ON COLUMN BugTask.statusexplanation IS 'A place to store bug task specific information as free text';
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