Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
[AIRFLOW-4293] Fix downgrade in d4ecb8fbee3_add_schedule_interval_to_…
Browse files Browse the repository at this point in the history
…dag.py (apache#5086)
  • Loading branch information
ashb authored and dharamsk committed Aug 8, 2019
1 parent dadc473 commit f3c0068
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def upgrade():


def downgrade():
op.drop_column('dag', sa.Column('schedule_interval', sa.Text(), nullable=True))
op.drop_column('dag', 'schedule_interval')

0 comments on commit f3c0068

Please sign in to comment.