diff options
Diffstat (limited to 'opendc/models/object.py')
| -rw-r--r-- | opendc/models/object.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/object.py b/opendc/models/object.py index f9990d81..dab2f24e 100644 --- a/opendc/models/object.py +++ b/opendc/models/object.py @@ -9,7 +9,7 @@ class Object(Model): } } - TABLE_NAME = 'objects' + COLLECTION_NAME = 'objects' COLUMNS = ['id', 'type'] COLUMNS_PRIMARY_KEY = ['id'] |
