diff options
author | 2018-04-18 16:59:29 +0200 | |
---|---|---|
committer | 2018-04-18 16:59:29 +0200 | |
commit | 2f61514e999c08361b29bf9f0c1f1fb044d3f6e0 (patch) | |
tree | 433471571ba608ea5d0bbe89c99e75a260920630 /pysite/database.py | |
parent | Adding Pinkie Pie to the hiphoppers list (diff) | |
parent | Pass can_edit into revisions list (diff) |
Merge branch 'master' of github.com:discord-python/site
Diffstat (limited to 'pysite/database.py')
-rw-r--r-- | pysite/database.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pysite/database.py b/pysite/database.py index 18a9dc0d..8903fbf4 100644 --- a/pysite/database.py +++ b/pysite/database.py @@ -18,7 +18,8 @@ ALL_TABLES = { "oauth_data": "id", "tags": "tag_name", "users": "user_id", - "wiki": "slug" + "wiki": "slug", + "wiki_revisions": "id" } |