Skip to content
Snippets Groups Projects
Commit 0d16857e authored by Megan Henning's avatar Megan Henning
Browse files

Update all docs

parent 018bdc09
No related branches found
No related tags found
No related merge requests found
......@@ -873,6 +873,8 @@ def upgrade_to_25():
}
config.db.refreshtokens.insert(refresh_doc)
config.db.authtokens.update_many({'refresh_token': {'$exists': True}}, {'$unset': {'refresh_token': ''}})
def upgrade_schema():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment