~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/comments.sql

  • Committer: Launchpad Patch Queue Manager
  • Date: 2008-02-12 00:53:02 UTC
  • mfrom: (5577.1.4 ppa-dependencies)
  • Revision ID: launchpad@pqm.canonical.com-20080212005302-6kl7lnw879wqe0jq
[r=stub][!log] PPA-dependency DB patch (patch-121-08-0.sql).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1619
1619
COMMENT ON COLUMN Archive.purpose IS 'The purpose of this archive, e.g. COMMERCIAL.  See the ArchivePurpose DBSchema item.';
1620
1620
COMMENT ON COLUMN Archive.private IS 'Whether or not the archive is private. This affects the global visibility of the archive.';
1621
1621
 
 
1622
 
 
1623
-- ArchiveDependency
 
1624
COMMENT ON TABLE ArchiveDependency IS 'This table maps a given archive to all other archives it should depend on.';
 
1625
COMMENT ON COLUMN ArchiveDependency.date_created IS 'Instant when the dependency was created.';
 
1626
COMMENT ON COLUMN ArchiveDependency.archive IS 'The archive where the dependency should be applied.';
 
1627
COMMENT ON COLUMN ArchiveDependency.dependency IS 'The archive to depend on.';
 
1628
 
1622
1629
-- Component
1623
1630
COMMENT ON TABLE Component IS 'Known components in Launchpad';
1624
1631
COMMENT ON COLUMN Component.name IS 'Component name text';