mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +02:00
fix: rename field status to task_status to get scheduled activities
fix: load css using vite service for page view
This commit is contained in:
parent
a78cacd3aa
commit
4ff82a5f0a
2 changed files with 2 additions and 2 deletions
|
|
@ -113,7 +113,7 @@ class ActivityModel extends UuidModel
|
|||
public function getScheduledActivities(): array
|
||||
{
|
||||
return $this->where('`scheduled_at` <= NOW()', null, false)
|
||||
->where('status', 'queued')
|
||||
->where('task_status', 'queued')
|
||||
->orderBy('scheduled_at', 'ASC')
|
||||
->findAll();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue