~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/archive/patch-2208-92-1.sql

  • Committer: Raphael Badin
  • Date: 2011-08-12 16:29:57 UTC
  • mto: This revision was merged to the branch mainline in revision 13714.
  • Revision ID: raphael.badin@canonical.com-20110812162957-vymptkg7pksk5r1b
Fix doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
SET client_min_messages=ERROR;
3
 
 
4
 
CREATE INDEX packageupload__archive__distroseries__status__idx ON PackageUpload(archive, distroseries, status);
5
 
 
6
 
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 92, 1);