diff options
Diffstat (limited to 'opendc/models/storage.py')
| -rw-r--r-- | opendc/models/storage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/storage.py b/opendc/models/storage.py index 02c568fb..3f84ba5e 100644 --- a/opendc/models/storage.py +++ b/opendc/models/storage.py @@ -16,7 +16,7 @@ class Storage(Model): } } - TABLE_NAME = 'storages' + COLLECTION_NAME = 'storages' COLUMNS = [ 'id', |
