~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/patch-2209-00-1.sql

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-23 11:57:21 UTC
  • mfrom: (7675.1045.1043 db-devel)
  • Revision ID: launchpad@pqm.canonical.com-20111223115721-c62r00egwv0qo5k4
Merging db-stable at revno 11226

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 SourcePackagePublishingHistory
 
6
ALTER COLUMN sourcepackagename SET NOT NULL;
 
7
ALTER TABLE BinaryPackagePublishingHistory
 
8
ALTER COLUMN binarypackagename SET NOT NULL;
 
9
 
 
10
INSERT INTO LaunchpadDatabaseRevision VALUES (2209, 00, 1);