Skip to content

Commit

Permalink
fix: force_screenshot migration (apache#17928)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4479fc9)
  • Loading branch information
betodealmeida authored and sadpandajoe committed Jan 5, 2022
1 parent eff4d38 commit 77e7667
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class ReportSchedule(Base):
id = sa.Column(sa.Integer, primary_key=True)
type = sa.Column(sa.String(50), nullable=False)
force_screenshot = sa.Column(sa.Boolean, default=False)
chart_id = sa.Column(sa.Integer, nullable=True)


def upgrade():
Expand Down

0 comments on commit 77e7667

Please sign in to comment.