~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/patch-2208-63-3.sql

  • Committer: Robert Collins
  • Date: 2011-06-09 22:27:34 UTC
  • mto: This revision was merged to the branch mainline in revision 13211.
  • Revision ID: robert@canonical.com-20110609222734-uohgymr1ir8axltq
Match what got deployed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    distribution INTEGER REFERENCES Distribution ON DELETE CASCADE,
19
19
    distroseries INTEGER REFERENCES DistroSeries ON DELETE CASCADE,
20
20
    sourcepackagename INTEGER REFERENCES SourcePackageName ON DELETE CASCADE,
21
 
    viewed_by INTEGER REFERENCES Person ON DELETE CASCADE,
 
21
    viewed_by INTEGER,
22
22
    tag TEXT,
23
23
    status INTEGER NOT NULL,
24
24
    milestone INTEGER REFERENCES Milestone ON DELETE CASCADE);