diff options
Diffstat (limited to 'opendc/models/machine_state.py')
| -rw-r--r-- | opendc/models/machine_state.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/machine_state.py b/opendc/models/machine_state.py index 3e3fdab9..ba6d261f 100644 --- a/opendc/models/machine_state.py +++ b/opendc/models/machine_state.py @@ -13,7 +13,7 @@ class MachineState(Model): } } - TABLE_NAME = 'machine_states' + COLLECTION_NAME = 'machine_states' COLUMNS = ['id', 'machine_id', 'experiment_id', 'tick', 'temperature_c', 'in_use_memory_mb', 'load_fraction'] |
