diff options
| author | 2018-06-07 16:34:59 +0100 | |
|---|---|---|
| committer | 2018-06-07 16:34:59 +0100 | |
| commit | c5d8157670ea2b7f448fc41ca790b25c03a4bedb (patch) | |
| tree | 428bb0f210b9094d6d147cd2c20144de5c1e8b2e /pysite/tables.py | |
| parent | [CI] Add deployment env and cache .gem (diff) | |
Replace GitHub with GitLab across the project
Diffstat (limited to '')
| -rw-r--r-- | pysite/tables.py | 2 | 
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          ])      ),  |