Initial summary changes
This commit is contained in:
parent
6dce7e2004
commit
76adf14b28
4 changed files with 66 additions and 5 deletions
|
|
@ -31,7 +31,7 @@ class BuildStore extends BuildStoreBase
|
|||
$count = 0;
|
||||
}
|
||||
|
||||
$query = 'SELECT b.* FROM build b LEFT JOIN project p on p.id = b.project_id GROUP BY b.project_id ORDER BY p.title ASC, b.id DESC';
|
||||
$query = 'SELECT b.* FROM build b LEFT JOIN project p on p.id = b.project_id ORDER BY p.title ASC, b.id DESC';
|
||||
$stmt = \b8\Database::getConnection('read')->prepare($query);
|
||||
|
||||
if ($stmt->execute()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue