Fix potential issue with old Sqlite versions
This commit is contained in:
@@ -85,7 +85,7 @@ class ProjectActivity extends Base
|
|||||||
)
|
)
|
||||||
->in('project_id', $project_ids)
|
->in('project_id', $project_ids)
|
||||||
->join(User::TABLE, 'id', 'creator_id')
|
->join(User::TABLE, 'id', 'creator_id')
|
||||||
->desc('id')
|
->desc(self::TABLE.'.id')
|
||||||
->limit($limit)
|
->limit($limit)
|
||||||
->findAll();
|
->findAll();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user