~launchpad-pqm/launchpad/devel

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

CREATE INDEX translationmessage__potemplate__idx
ON TranslationMessage (potemplate) WHERE potemplate IS NOT NULL;

CREATE INDEX potmsgset__potemplate__idx
ON PotMsgSet (potemplate) WHERE potemplate IS NOT NULL;

INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 65, 2);