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 1e1706d  fix: migration downgrade references wrong column (#15791)
1e1706d is described below

commit 1e1706d741eece66e8ff0ea8ae6781aaeb52d11d
Author: Beto Dealmeida <[email protected]>
AuthorDate: Mon Jul 19 17:41:53 2021 -0700

    fix: migration downgrade references wrong column (#15791)
---
 .../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