1
-- Copyright 2011 Canonical Ltd. This software is licensed under the
2
-- GNU Affero General Public License version 3 (see the file LICENSE).
4
SET client_min_messages=ERROR;
6
CREATE INDEX message__datecreated__idx ON Message(datecreated);
8
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 76, 2);