~launchpad-pqm/launchpad/devel

13194.4.1 by Gavin Panella
Rename index to use American English.
1
-- Copyright 2011 Canonical Ltd.  This software is licensed under the
2
-- GNU Affero General Public License version 3 (see the file LICENSE).
3
4
SET client_min_messages=ERROR;
5
6
-- Use American English.
7
8
ALTER INDEX distribution_job__initialise_series__distroseries
9
  RENAME TO distribution_job__initialize_series__distroseries;
10
13194.4.2 by Gavin Panella
Update patch with revision info.
11
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 73, 1);