~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/patch-2208-65-2.sql

Merge db-devel.

Show diffs side-by-side

added added

removed removed

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