~launchpad-pqm/launchpad/devel

7675.911.1 by Danilo Segan
Drop database columns and anything mentioning variants in translations.
1
-- Copyright 2010 Canonical Ltd.  This software is licensed under the
2
-- GNU Affero General Public License version 3 (see the file LICENSE).
3
SET client_min_messages=ERROR;
4
5
ALTER TABLE TranslationMessage
6
    DROP COLUMN variant;
7
ALTER TABLE POFile
8
    DROP COLUMN variant;
9
7675.911.5 by Danilo Segan
Use patch numbers as assigned by Stuart.
10
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 29, 0);