Skip to content

Commit

Permalink
fix: force_screenshot migration (apache#17928)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored and bwang221 committed Feb 10, 2022
1 parent 5c99124 commit b65bc39
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 b65bc39

Please sign in to comment.