This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch fix_migration_column
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 38f3c3b6d2300bff970289f64378a18b3d81e246
Author: Beto Dealmeida <[email protected]>
AuthorDate: Mon Jul 19 17:10:46 2021 -0700

    fix: migration downgrade references wrong column
---
 .../versions/301362411006_add_execution_id_to_report_execution_.py      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/superset/migrations/versions/301362411006_add_execution_id_to_report_execution_.py
 
b/superset/migrations/versions/301362411006_add_execution_id_to_report_execution_.py
index c7af8f6..eff2ff0 100644
--- 
a/superset/migrations/versions/301362411006_add_execution_id_to_report_execution_.py
+++ 
b/superset/migrations/versions/301362411006_add_execution_id_to_report_execution_.py
@@ -36,4 +36,4 @@ def upgrade():
 
 
 def downgrade():
-    op.drop_column("report_execution_log", "execution_id")
+    op.drop_column("report_execution_log", "uuid")

Reply via email to