1
SET client_min_messages=ERROR;
3
ALTER TABLE SourcePackagePublishingHistory
4
ADD COLUMN creator INTEGER
5
CONSTRAINT sourcepackagepublishinghistory__creator__fk
8
CREATE INDEX sourcepackagepublishinghistory__creator__idx
9
ON SourcePackagePublishingHistory(creator)
10
WHERE creator is not Null;
12
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 82, 1);