~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/patch-2208-01-2.sql

  • Committer: William Grant
  • Date: 2011-10-24 08:39:56 UTC
  • mfrom: (7675.1045.908 db-devel)
  • mto: This revision was merged to the branch mainline in revision 14188.
  • Revision ID: william.grant@canonical.com-20111024083956-lhc3nxvy27bvwggu
Merge db-stable r11091.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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);