diff options
Diffstat (limited to 'opendc/models/path.py')
| -rw-r--r-- | opendc/models/path.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/path.py b/opendc/models/path.py index 09651a66..093c9346 100644 --- a/opendc/models/path.py +++ b/opendc/models/path.py @@ -14,7 +14,7 @@ class Path(Model): } } - TABLE_NAME = 'paths' + COLLECTION_NAME = 'paths' COLUMNS = ['id', 'simulation_id', 'name', 'datetime_created'] COLUMNS_PRIMARY_KEY = ['id'] |
