1
-- Copyright 2011 Canonical Ltd. This software is licensed under the
2
-- GNU Affero General Public License version 3 (see the file LICENSE).
4
SET client_min_messages=ERROR;
6
CREATE INDEX bugsummary__milestone__idx
7
ON BugSummary(milestone) WHERE milestone IS NOT NULL;
10
CREATE INDEX bugsummary__full__idx
11
ON BugSummary(status, product, productseries, distribution, distroseries, sourcepackagename, viewed_by, milestone, tag);
13
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 63, 2);