← Back to team overview

launchpad-reviewers team mailing list archive

Re: lp:~linaro-infrastructure/launchpad/workitems-schema-changes into lp:launchpad/db-devel

 

On Mon, Feb 6, 2012 at 11:49 PM, Stuart Bishop
<stuart.bishop@xxxxxxxxxxxxx> wrote:
> 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);

Ok, I have updated that.

>
>
> --
> https://code.launchpad.net/~linaro-infrastructure/launchpad/workitems-schema-changes/+merge/91741
> Your team Linaro Infrastructure is subscribed to branch lp:~linaro-infrastructure/launchpad/workitems-schema-changes.

-- 
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.


References