~launchpad-pqm/launchpad/devel

7675.910.1 by Aaron Bentley
NULL recipes in recipe builds on deletion.
1
-- Copyright 2010 Canonical Ltd.  This software is licensed under the
2
-- GNU Affero General Public License version 3 (see the file LICENSE).
3
SET client_min_messages=ERROR;
4
5
ALTER TABLE SourcePackageRecipeBuild ALTER COLUMN recipe DROP NOT NULL;
6
7675.910.2 by Aaron Bentley
Update from db review.
7
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 28, 0);