Steve Kowalik has proposed merging lp:~stevenk/launchpad/denorm-bspph-indices into lp:launchpad/db-devel.
Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~stevenk/launchpad/denorm-bspph-indices/+merge/75149 Add indicies for the denormalisation columns of SPPH and BPPH. -- https://code.launchpad.net/~stevenk/launchpad/denorm-bspph-indices/+merge/75149 Your team Launchpad code reviewers is requested to review the proposed merge of lp:~stevenk/launchpad/denorm-bspph-indices into lp:launchpad/db-devel.
=== added file 'database/schema/patch-2208-87-2.sql' --- database/schema/patch-2208-87-2.sql 1970-01-01 00:00:00 +0000 +++ database/schema/patch-2208-87-2.sql 2011-09-13 10:29:14 +0000 @@ -0,0 +1,9 @@ +-- Copyright 2011 Canonical Ltd. This software is licensed under the +-- GNU Affero General Public License version 3 (see the file LICENSE). +SET client_min_messages=ERROR; + +CREATE INDEX binarypackagepublishinghistory__binarypackagename__idx ON BinaryPackagePublishingHistory(binarypackagename); +CREATE INDEX sourcepackagepublishinghistory__sourcepackagename__idx ON SourcePackagePublishingHistory(sourcepackagename); + +INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 87, 2); +
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

