Skip to content

Commit

Permalink
oops (apache#15725)
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi authored and cccs-RyanS committed Dec 17, 2021
1 parent b6dcba5 commit 60e4019
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def upgrade():
with op.batch_alter_table("report_schedule") as batch_op:
batch_op.add_column(
sa.Column(
"creation_method", sa.VARCHAR(255), server_default="alert_reports",
"creation_method", sa.VARCHAR(255), server_default="alerts_reports",
)
)
batch_op.create_index(
Expand Down

0 comments on commit 60e4019

Please sign in to comment.