~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Francis J. Lacoste
  • Date: 2011-07-14 15:23:28 UTC
  • mfrom: (13437 devel)
  • mto: This revision was merged to the branch mainline in revision 13501.
  • Revision ID: francis.lacoste@canonical.com-20110714152328-r7n8wp5aml0m05jt
Merge devel.

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,