This commit is contained in:
AAfghahi
2021-07-15 19:22:48 -04:00
committed by GitHub
parent 234e3081a5
commit 0c74a8060f

View File

@@ -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(