~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-10-24 08:47:31 UTC
  • mfrom: (14187.1.1 db-stable-merge)
  • Revision ID: launchpad@pqm.canonical.com-20111024084731-w33v772y8znyzkoi
[r=wgrant][no-qa] Merge db-stable r11091.

Show diffs side-by-side

added added

removed removed

Lines of Context:
823
823
COMMENT ON COLUMN POTMsgSet.context IS 'Context uniquely defining a message when there are messages with same primemsgids.';
824
824
COMMENT ON COLUMN POTMsgSet.msgid_singular IS 'The singular msgid for this message.';
825
825
COMMENT ON COLUMN POTMsgSet.msgid_plural IS 'The plural msgid for this message.';
826
 
COMMENT ON COLUMN POTMsgSet."sequence" IS 'The position of this message set inside the potemplate.';
827
826
COMMENT ON COLUMN POTMsgSet.potemplate IS 'The potemplate where this message set is stored.';
828
827
COMMENT ON COLUMN POTMsgSet.commenttext IS 'The comment text that is associated to this message set.';
829
828
COMMENT ON COLUMN POTMsgSet.filereferences IS 'The list of files and their line number where this message set was extracted from.';