~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/archive/patch-2207-06-0.sql

Merged initialise-to-initialize into initialise-to-initialize-db.

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
--              initialise 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;