From 6fdb3e75dad15523d996e457c216647755b29101 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 23 Jun 2020 19:06:38 +0200 Subject: Revamp one endpoint as experiment --- opendc/models/authorization.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc/models/authorization.py') diff --git a/opendc/models/authorization.py b/opendc/models/authorization.py index 82d37b76..4c714e6d 100644 --- a/opendc/models/authorization.py +++ b/opendc/models/authorization.py @@ -11,7 +11,7 @@ class Authorization(Model): } } - TABLE_NAME = 'authorizations' + COLLECTION_NAME = 'authorizations' COLUMNS = ['user_id', 'simulation_id', 'authorization_level'] COLUMNS_PRIMARY_KEY = ['user_id', 'simulation_id'] -- cgit v1.2.3