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
-- Use American English.
8
ALTER INDEX distribution_job__initialise_series__distroseries
9
RENAME TO distribution_job__initialize_series__distroseries;
11
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 99, 0);