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
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.';