1
-- Copyright 2011 Canonical Ltd. This software is licensed under the
2
-- GNU Affero General Public License version 3 (see the file LICENSE).
4
SET client_min_messages=ERROR;
7
ADD COLUMN transitively_private bool NOT NULL DEFAULT FALSE;
9
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 85, 1);