Fix failing integration test in MySQL 8.0
[MAILPOET-2289]
This commit is contained in:
committed by
Jack Kitterhing
parent
64e9bce158
commit
a5cbe98031
@ -1109,7 +1109,8 @@ class Newsletter extends Model {
|
||||
->where('tasks.status', SendingQueue::STATUS_COMPLETED)
|
||||
->whereNull('newsletters.deleted_at')
|
||||
->select('tasks.processed_at')
|
||||
->orderByDesc('tasks.processed_at');
|
||||
->orderByDesc('tasks.processed_at')
|
||||
->orderByAsc('tasks.id');
|
||||
|
||||
if (!empty($segment_ids)) {
|
||||
$orm->join(
|
||||
|
Reference in New Issue
Block a user