← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~wgrant/launchpad/bug-1056617-db into lp:launchpad

 

William Grant has proposed merging lp:~wgrant/launchpad/bug-1056617-db into lp:launchpad.

Commit message:
Index specification(milestone).

Requested reviews:
  Robert Collins (lifeless): db
  Stuart Bishop (stub): db
Related bugs:
  Bug #1056617 in Launchpad itself: "ProductSeries:+index timing out due to workitems"
  https://bugs.launchpad.net/launchpad/+bug/1056617

For more details, see:
https://code.launchpad.net/~wgrant/launchpad/bug-1056617-db/+merge/127416

This is the Specification(milestone) index as the other half of <https://code.launchpad.net/~wgrant/launchpad/bug-1056617/+merge/127412>.
-- 
https://code.launchpad.net/~wgrant/launchpad/bug-1056617-db/+merge/127416
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== added file 'database/schema/patch-2209-23-4.sql'
--- database/schema/patch-2209-23-4.sql	1970-01-01 00:00:00 +0000
+++ database/schema/patch-2209-23-4.sql	2012-10-02 05:00:28 +0000
@@ -0,0 +1,8 @@
+-- Copyright 2012 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 specification__milestone__idx ON specification (milestone);
+
+INSERT INTO LaunchpadDatabaseRevision VALUES (2209, 23, 4);


Follow ups