~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/patch-2208-85-1.sql

[r=stub][no-qa] Add a new column to the Branch table:
 transitively_private.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
7
    ADD COLUMN transitively_private bool;
 
8
 
 
9
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 85, 1);