diff options
Diffstat (limited to 'opendc/models/memory.py')
| -rw-r--r-- | opendc/models/memory.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/memory.py b/opendc/models/memory.py index 961c0479..496c887f 100644 --- a/opendc/models/memory.py +++ b/opendc/models/memory.py @@ -16,7 +16,7 @@ class Memory(Model): } } - TABLE_NAME = 'memories' + COLLECTION_NAME = 'memories' COLUMNS = [ 'id', |
