~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/archive/patch-2207-06-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:
55
55
FROM packagesetgroup WHERE packageset.name = 'lucid-' || packagesetgroup.name;
56
56
 
57
57
-- ** PART 3 ** Add the 'packageset.distroseries' foreign key and
 
58
--              initialize it for the existing package sets.
58
59
 
59
60
-- A package set lives in a distro series context.
60
61
ALTER TABLE ONLY packageset ADD COLUMN distroseries integer;