Files
gitlabhq/app/models/concerns
Yorick Peterse 732f5380af Only sort by IDs by default
Sorting by both "created_at" and "id" in descending order is not needed
as simply sorting by "id" in descending order will already sort rows
from new to old. Depending on the query and data involved sorting twice
can also introduce significant overhead.
2015-11-03 11:54:43 +01:00
..
2015-11-03 11:54:43 +01:00
2015-06-10 01:38:45 -04:00