1
SET client_min_messages=ERROR;
3
/* POFileStatsJob holds scheduled jobs that are to update POFile statistics */
4
CREATE TABLE POFileStatsJob (
5
job INTEGER NOT NULL UNIQUE REFERENCES Job(id) PRIMARY KEY,
6
pofile INTEGER NOT NULL REFERENCES POFile(id)
9
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 93, 0);