~launchpad-pqm/launchpad/devel

7675.1247.1 by Ian Booth
Add db patch
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
7675.1247.5 by Ian Booth
USe default value for transitively_private column, not a trigger
6
ALTER TABLE Branch ALTER COLUMN transitively_private SET DEFAULT TRUE;
7
ALTER TABLE Branch ALTER COLUMN transitively_private SET NOT NULL;
7675.1247.3 by Ian Booth
Add trigger to ensure transitively_private is not null on insert
8
7675.1247.1 by Ian Booth
Add db patch
9
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 91, 1);