mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 01:40:21 +08:00
Rootfix usage counter outbox
This commit is contained in:
@@ -1296,6 +1296,10 @@ columns = ["external_task_id"]
|
||||
name = "video_tasks_next_poll_idx"
|
||||
columns = ["next_poll_at"]
|
||||
|
||||
[[table.video_tasks.indexes]]
|
||||
name = "video_tasks_due_poll_idx"
|
||||
columns = ["status", "next_poll_at", "updated_at"]
|
||||
|
||||
[[table.video_tasks.indexes]]
|
||||
name = "video_tasks_user_status_idx"
|
||||
columns = ["user_id", "status"]
|
||||
|
||||
Reference in New Issue
Block a user