This is an automated email from the ASF dual-hosted git repository.
beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 0c74a80 oops (#15725)
0c74a80 is described below
commit 0c74a8060fe1cd8b511bc6872c9fd3e615399201
Author: AAfghahi <[email protected]>
AuthorDate: Thu Jul 15 19:22:48 2021 -0400
oops (#15725)
---
.../versions/3317e9248280_add_creation_method_to_reports_model.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/superset/migrations/versions/3317e9248280_add_creation_method_to_reports_model.py
b/superset/migrations/versions/3317e9248280_add_creation_method_to_reports_model.py
index 169d4d2..68b4383 100644
---
a/superset/migrations/versions/3317e9248280_add_creation_method_to_reports_model.py
+++
b/superset/migrations/versions/3317e9248280_add_creation_method_to_reports_model.py
@@ -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(