summaryrefslogtreecommitdiff
path: root/opendc/models/task.py
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/models/task.py')
-rw-r--r--opendc/models/task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/task.py b/opendc/models/task.py
index ff1dd16a..411405c2 100644
--- a/opendc/models/task.py
+++ b/opendc/models/task.py
@@ -12,7 +12,7 @@ class Task(Model):
}
}
- TABLE_NAME = 'tasks'
+ COLLECTION_NAME = 'tasks'
COLUMNS = ['id', 'start_tick', 'total_flop_count', 'job_id', 'core_count']
COLUMNS_PRIMARY_KEY = ['id']