~launchpad-pqm/launchpad/devel

7675.548.1 by Tim Penhey
Add a description for the merge proposal.
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 BranchMergeProposal
7
    ADD COLUMN description TEXT;
8
7675.548.14 by Tim Penhey
Official sql patch number.
9
INSERT INTO LaunchpadDatabaseRevision VALUES (2207, 33, 0);