diff options
Diffstat (limited to 'opendc/models/job.py')
| -rw-r--r-- | opendc/models/job.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/job.py b/opendc/models/job.py index e013b991..aaf2a20c 100644 --- a/opendc/models/job.py +++ b/opendc/models/job.py @@ -9,7 +9,7 @@ class Job(Model): } } - TABLE_NAME = 'jobs' + COLLECTION_NAME = 'jobs' COLUMNS = ['id', 'name'] COLUMNS_PRIMARY_KEY = ['id'] |
