7675.1049.1
by Steve Kowalik
Fix SourcePackageRecipe.description to be 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 |
SET client_min_messages=ERROR; |
|
4 |
||
5 |
ALTER TABLE SourcePackageRecipe |
|
6 |
ALTER COLUMN description DROP NOT NULL; |
|
7 |
||
7675.1049.2
by Steve Kowalik
Jump to given db number. |
8 |
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 49, 0); |