diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-23 19:06:38 +0200 |
|---|---|---|
| committer | Georgios Andreadis <info@gandreadis.com> | 2020-06-23 19:06:38 +0200 |
| commit | 6fdb3e75dad15523d996e457c216647755b29101 (patch) | |
| tree | 02590e4b4219613b6dbe70e10130bee19310290d /opendc/models/queued_experiment.py | |
| parent | c14ff547d4f6b6569bab3293ee574b03a8770ae3 (diff) | |
Revamp one endpoint as experiment
Diffstat (limited to 'opendc/models/queued_experiment.py')
| -rw-r--r-- | opendc/models/queued_experiment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/queued_experiment.py b/opendc/models/queued_experiment.py index 1cb52c49..cd00a495 100644 --- a/opendc/models/queued_experiment.py +++ b/opendc/models/queued_experiment.py @@ -8,6 +8,6 @@ class QueuedExperiment(Model): } } - TABLE_NAME = 'queued_experiments' + COLLECTION_NAME = 'queued_experiments' COLUMNS = ['experiment_id'] COLUMNS_PRIMARY_KEY = ['experiment_id'] |
