~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
SET client_min_messages=ERROR;
3
 
 
4
 
CREATE INDEX message__datecreated__idx ON Message(datecreated);
5
 
 
6
 
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 76, 2);