2
SET client_min_messages=ERROR;
4
ALTER TABLE DistroSeriesParent
5
ADD COLUMN ordering INTEGER NOT NULL DEFAULT 1;
7
CREATE INDEX distroseriesparent__derived_series__ordering__idx
8
ON DistroSeriesParent USING btree (derived_series, ordering);
10
DROP INDEX distroseriesparent__derivedseries__idx;
12
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 72, 0);