Skip to content

Commit 3470134

Browse files
committed
Remove unnecessary success filter
1 parent b0a0bc2 commit 3470134

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/btrixcloud/migrations/migration_0057_replicate_files.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ async def migrate_up(self):
6565
"file_path": file_.filename,
6666
"started": {"$ne": None},
6767
"finished": None,
68-
"success": None,
6968
}
7069
)
7170
if matching_job:
@@ -103,7 +102,6 @@ async def migrate_up(self):
103102
"file_path": profile.resource.filename,
104103
"started": {"$ne": None},
105104
"finished": None,
106-
"success": None,
107105
}
108106
)
109107
if matching_job:

0 commit comments

Comments
 (0)