fix: migration downgrade references wrong column (#15791)

This commit is contained in:
Beto Dealmeida 2021-07-19 17:41:53 -07:00 committed by GitHub
parent 80dd525026
commit 1e1706d741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,4 +36,4 @@ def upgrade():
def downgrade():
op.drop_column("report_execution_log", "execution_id")
op.drop_column("report_execution_log", "uuid")