~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/comments.sql

  • Committer: Stuart Bishop
  • Date: 2010-02-05 12:17:56 UTC
  • mto: (7675.1212.22 pending-db-changes)
  • mto: This revision was merged to the branch mainline in revision 10428.
  • Revision ID: stuart.bishop@canonical.com-20100205121756-olgk91iovhc2hpsy
Cache database replication lag information as querying the live Slony tables can be slow

Show diffs side-by-side

added added

removed removed

Lines of Context:
2352
2352
COMMENT ON COLUMN SourcePackageFormatSelection.distroseries IS 'Refers to the distroseries in question.';
2353
2353
COMMENT ON COLUMN SourcePackageFormatSelection.format IS 'The SourcePackageFormat to allow.';
2354
2354
 
 
2355
COMMENT ON TABLE DatabaseReplicationLag IS 'A cached snapshot of database replication lag between our master Slony node and its slaves.';
 
2356
COMMENT ON COLUMN DatabaseReplicationLag.node IS 'The Slony node number identifying the slave database.';
 
2357
COMMENT ON COLUMN DatabaseReplicationLag.lag IS 'lag time.';
 
2358
COMMENT ON COLUMN DatabaseReplicationLag.updated IS 'When this value was updated.';