1
SET client_min_messages=ERROR;
3
CREATE INDEX translationmessage__potemplate__idx
4
ON TranslationMessage (potemplate) WHERE potemplate IS NOT NULL;
6
CREATE INDEX potmsgset__potemplate__idx
7
ON PotMsgSet (potemplate) WHERE potemplate IS NOT NULL;
9
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 65, 2);