~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Stuart Bishop
  • Date: 2011-11-17 13:09:51 UTC
  • mfrom: (9795.4.39 replication)
  • mto: This revision was merged to the branch mainline in revision 14433.
  • Revision ID: stuart.bishop@canonical.com-20111117130951-hi6w5tswg9q3gbit
Merged replication into db-deploy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-- Copyright 2011 Canonical Ltd.  This software is licensed under the
 
2
-- GNU Affero General Public License version 3 (see the file LICENSE).
 
3
 
 
4
SET client_min_messages=ERROR;
 
5
 
 
6
CREATE INDEX packageupload__archive__distroseries__status__idx ON PackageUpload(archive, distroseries, status);
 
7
 
 
8
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 92, 1);