~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
7
8
9
10
11
12
SET client_min_messages=ERROR;

/* Nuke some unused indexes */

DROP INDEX translationmessage__current_or_imported__idx;
DROP INDEX hwsubmissiondevice__parent__idx;
DROP INDEX shippingrequest__recipientdisplayname__idx;

/* This has gotten bloated */
reindex table oauthnonce;

INSERT INTO LaunchpadDatabaseRevision VALUES (2207, 45, 0);