~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/patch-2208-38-0.sql

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 04:55:30 UTC
  • mfrom: (14577.1.1 testfix)
  • Revision ID: launchpad@pqm.canonical.com-20111222045530-wki9iu6c0ysqqwkx
[r=wgrant][no-qa] Fix test_publisherconfig lpstorm import. Probably a
        silent conflict between megalint and apocalypse.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET client_min_messages=ERROR;
 
2
 
 
3
CREATE TABLE PersonSettings (
 
4
    person integer PRIMARY KEY REFERENCES Person ON DELETE CASCADE,
 
5
    selfgenerated_bugnotifications boolean NOT NULL DEFAULT TRUE);
 
6
 
 
7
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 38, 0);