Fix a typo in consolidate_reports migration
This commit is contained in:
parent
2104c3e0f2
commit
4c3a621b6d
@ -2042,7 +2042,7 @@ def consolidate_reports(db):
|
|||||||
# Iterate through the Media Reports and do the save as above.
|
# Iterate through the Media Reports and do the save as above.
|
||||||
for media_report in db.execute(media_report_table.select()):
|
for media_report in db.execute(media_report_table.select()):
|
||||||
# If the media report is None then it's been deleted nd we should skip
|
# If the media report is None then it's been deleted nd we should skip
|
||||||
if media_report.media_entry_is is None:
|
if media_report.media_entry_id is None:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Find Mr. GMR :)
|
# Find Mr. GMR :)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user