~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/comments.sql

  • Committer: Raphael Badin
  • Date: 2011-05-20 09:42:59 UTC
  • mto: (7675.1045.395 db-devel)
  • mto: This revision was merged to the branch mainline in revision 13163.
  • Revision ID: raphael.badin@canonical.com-20110520094259-ukdthnmw19o3sxfe
Add ordering for DSPs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
596
596
COMMENT ON COLUMN DistroSeriesParent.parent_series is 'The parent distroseries';
597
597
COMMENT ON COLUMN DistroSeriesParent.initialized is 'Whether or not the derived series was initialized by copying packages from the parent.';
598
598
COMMENT ON COLUMN DistroSeriesParent.is_overlay is 'Whether or not the derived series is an overlay over the parent series.';
 
599
COMMENT ON COLUMN DistroSeriesParent.ordering is 'The parent ordering. Parents are ordered in ascending order starting from 1.';
599
600
COMMENT ON COLUMN DistroSeriesParent.pocket is 'The pocket for this overlay.';
600
601
COMMENT ON COLUMN DistroSeriesParent.component is 'The component for this overlay.';
601
602