~launchpad-pqm/launchpad/devel

13646.10.1 by Steve Kowalik
Add indices.
1
-- Copyright 2011 Canonical Ltd.  This software is licensed under the
2
-- GNU Affero General Public License version 3 (see the file LICENSE).
3
SET client_min_messages=ERROR;
4
13646.10.5 by Steve Kowalik
Undo rename. Again.
5
CREATE INDEX binarypackagepublishinghistory__binarypackagename__idx ON BinaryPackagePublishingHistory(binarypackagename);
6
CREATE INDEX sourcepackagepublishinghistory__sourcepackagename__idx ON SourcePackagePublishingHistory(sourcepackagename);
13646.10.1 by Steve Kowalik
Add indices.
7
13646.10.7 by Steve Kowalik
87-1 -> 87-2
8
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 87, 2);
13646.10.1 by Steve Kowalik
Add indices.
9