~launchpad-pqm/launchpad/devel

7675.871.1 by Bryce Harrington
Also track the original name from bugzilla.
1
-- Copyright 2010 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
ALTER TABLE BugTrackerComponentGroup
7675.871.3 by Bryce Harrington
Review by stub: valid_name() is not needed in this case.
7
    DROP CONSTRAINT valid_name;
7675.871.1 by Bryce Harrington
Also track the original name from bugzilla.
8
9
ALTER TABLE BugTrackerComponent
7675.871.3 by Bryce Harrington
Review by stub: valid_name() is not needed in this case.
10
    DROP CONSTRAINT valid_name;
7675.871.1 by Bryce Harrington
Also track the original name from bugzilla.
11
7675.871.3 by Bryce Harrington
Review by stub: valid_name() is not needed in this case.
12
INSERT INTO LaunchpadDatabaseRevision VALUES(2208, 20, 0);