We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a0bc2 commit 3470134Copy full SHA for 3470134
backend/btrixcloud/migrations/migration_0057_replicate_files.py
@@ -65,7 +65,6 @@ async def migrate_up(self):
65
"file_path": file_.filename,
66
"started": {"$ne": None},
67
"finished": None,
68
- "success": None,
69
}
70
)
71
if matching_job:
@@ -103,7 +102,6 @@ async def migrate_up(self):
103
102
"file_path": profile.resource.filename,
104
105
106
107
108
109
0 commit comments