aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/tables.py')
-rw-r--r--pysite/tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/tables.py b/pysite/tables.py
index 7e43fe87..87e6cf47 100644
--- a/pysite/tables.py
+++ b/pysite/tables.py
@@ -112,7 +112,7 @@ TABLES = {
primary_key="id",
keys=sorted([
"id", # str
- "github_username", # str
+ "gitlab_username", # str
"timezone" # str
])
),