~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2010-09-20 02:09:16 UTC
  • mto: (7675.785.154 launchpad)
  • mto: This revision was merged to the branch mainline in revision 11695.
  • Revision ID: robert@canonical.com-20100920020916-3w7dy8ocl4fwz9jh
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET client_min_messages=ERROR;
 
2
 
 
3
-- Delete index obsoleted by bugtask__date_closed__id__idx2
 
4
 
 
5
DROP INDEX bugtask__date_closed__id__idx;
 
6
 
 
7
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 15, 0);