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 packageupload__archive__distroseries__status__idx ON PackageUpload(archive, distroseries, status);
8
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 92, 1);