Skip to content

Commit

Permalink
fix: force_screenshot migration (#17928)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Jan 5, 2022
1 parent de3d397 commit 4479fc9
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 4479fc9

Please sign in to comment.