~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
7
-- Copyright 2009 Canonical Ltd.  This software is licensed under the
-- GNU Affero General Public License version 3 (see the file LICENSE).

ALTER TABLE Archive
    ADD COLUMN build_debug_symbols boolean NOT NULL DEFAULT false;

INSERT INTO LaunchpadDatabaseRevision VALUES (2207, 77, 0);