~launchpad-pqm/launchpad/devel

7675.1121.26 by Stuart Bishop
BugMessage.owner should be NOT NULL
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 BugMessage ALTER COLUMN owner SET NOT NULL;
7
8
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 78, 1);