mirror of
https://github.com/clearml/clearml-server
synced 2025-05-06 04:54:31 +00:00
Add indices for task.last_update and task.status_changed
This commit is contained in:
parent
5131b17901
commit
a6dbea808a
@ -175,6 +175,8 @@ class Task(AttributedDocument):
|
|||||||
"active_duration",
|
"active_duration",
|
||||||
"parent",
|
"parent",
|
||||||
"project",
|
"project",
|
||||||
|
"last_update",
|
||||||
|
"status_changed",
|
||||||
"models.input.model",
|
"models.input.model",
|
||||||
("company", "name"),
|
("company", "name"),
|
||||||
("company", "user"),
|
("company", "user"),
|
||||||
|
Loading…
Reference in New Issue
Block a user