aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/tables.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-07 16:34:59 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-07 16:34:59 +0100
commitc5d8157670ea2b7f448fc41ca790b25c03a4bedb (patch)
tree428bb0f210b9094d6d147cd2c20144de5c1e8b2e /pysite/tables.py
parent[CI] Add deployment env and cache .gem (diff)
Replace GitHub with GitLab across the project
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
])
),