Skip to content

Commit

Permalink
Update cbe71abde154_fix_report_schedule_and_log.py
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored May 13, 2022
1 parent 6903c48 commit 17ed438
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def upgrade():
schedule.last_value = None
schedule.last_value_row_json = None

session.commit()

for execution_log in (
session.query(ReportExecutionLog)
.filter(ReportExecutionLog.state == ReportState.WORKING)
Expand Down

0 comments on commit 17ed438

Please sign in to comment.