~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/patch-2208-10-0.sql

  • Committer: Gavin Panella
  • Date: 2011-06-14 14:23:43 UTC
  • mto: (7675.1045.490 db-devel)
  • mto: This revision was merged to the branch mainline in revision 13402.
  • Revision ID: gavin.panella@canonical.com-20110614142343-kgapopiltmvuaerp
These changes could not be landed in devel, so they'll land here.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
SET client_min_messages=ERROR;
5
5
 
 
6
-- The `InitializeDistroSeriesJob` table captures the data required for an ifp job.
6
7
 
7
8
CREATE TABLE DistributionJob (
8
9
    id serial PRIMARY KEY,