launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #06261
Re: lp:~linaro-infrastructure/launchpad/workitems-schema-changes into lp:launchpad/db-devel
Review: Approve db
This is looking good.
> -- Foreign key, selecting by specification and sorting by date_created.
> CREATE INDEX specificationworkitem__specification__date_created__idx
> ON SpecificationWorkItem(specification, date_created);
As we will be ordering work items using the sequence, this index needs to change:
CREATE INDEX specificationworkitem__specification__sequence__idx
ON SpecificationWorkItem(specification, sequence);
--
https://code.launchpad.net/~linaro-infrastructure/launchpad/workitems-schema-changes/+merge/91741
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~linaro-infrastructure/launchpad/workitems-schema-changes into lp:launchpad/db-devel.
Follow ups
References