~launchpad-pqm/launchpad/devel

7675.1233.1 by Ian Booth
Add transitively_private column to branch table
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
ALTER TABLE branch
7675.1233.2 by Ian Booth
Make new column nullable
7
    ADD COLUMN transitively_private bool;
7675.1233.1 by Ian Booth
Add transitively_private column to branch table
8
9
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 85, 1);