7675.1250.1
by Danilo Segan
Add a DB patch to remove POTMsgSet.sequence. |
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 POTMsgSet DROP COLUMN "sequence"; |
|
6 |
||
7 |
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 01, 2); |