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