mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
fix: migration downgrade references wrong column (#15791)
This commit is contained in:
@@ -36,4 +36,4 @@ def upgrade():
|
||||
|
||||
|
||||
def downgrade():
|
||||
op.drop_column("report_execution_log", "execution_id")
|
||||
op.drop_column("report_execution_log", "uuid")
|
||||
|
||||
Reference in New Issue
Block a user