~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/patch-2208-99-0.sql

  • Committer: Gavin Panella
  • Date: 2011-06-09 11:17:55 UTC
  • mto: (7675.1045.490 db-devel)
  • mto: This revision was merged to the branch mainline in revision 13402.
  • Revision ID: gavin.panella@canonical.com-20110609111755-wyj9mkyfmafh8687
Rename index to use American English.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
11
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 99, 0);