summaryrefslogtreecommitdiff
path: root/opendc/models/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/models/user.py')
-rw-r--r--opendc/models/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/user.py b/opendc/models/user.py
index fde45b0c..0406c31c 100644
--- a/opendc/models/user.py
+++ b/opendc/models/user.py
@@ -12,7 +12,7 @@ class User(Model):
}
}
- TABLE_NAME = 'users'
+ COLLECTION_NAME = 'users'
COLUMNS = ['id', 'google_id', 'email', 'given_name', 'family_name']
COLUMNS_PRIMARY_KEY = ['id']