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