curio web: Task summaries in Cluster machines category
This commit is contained in:
committed by
Łukasz Magiera
parent
73947ea365
commit
25711c5ce4
@@ -0,0 +1,3 @@
|
||||
/* Used for webui clusterMachineSummary */
|
||||
CREATE INDEX harmony_task_history_work_index
|
||||
ON harmony_task_history (completed_by_host_and_port ASC, name ASC, result ASC, work_end DESC);
|
||||
Reference in New Issue
Block a user