Skip to content
Snippets Groups Projects
Commit 53ba55cd authored by Harsha Kethineni's avatar Harsha Kethineni
Browse files

Removing jobs collection after upgrade

parent 1f26e208
No related branches found
No related tags found
No related merge requests found
......@@ -1059,6 +1059,8 @@ def upgrade_to_29():
cursor = config.db.jobs.find({})
process_cursor(cursor, upgrade_to_29_closure)
config.db.jobs.remove()
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