Skip to content

Commit

Permalink
[AIRFLOW-810] Correct down_revision dag_id/state index creation
Browse files Browse the repository at this point in the history
Due to revert the revision were not correct anymore and an unclean
build environment would still consider it for alembic migrations.
  • Loading branch information
bolkedebruin committed Jan 26, 2017
1 parent 6b2a3ca commit 15f1abe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"""Add dag_id/state index on dag_run table
Revision ID: 127d2bf2dfa7
Revises: 1a5a9e6bf2b5
Revises: 5e7d17757c7a
Create Date: 2017-01-25 11:43:51.635667
"""

# revision identifiers, used by Alembic.
revision = '127d2bf2dfa7'
down_revision = '1a5a9e6bf2b5'
down_revision = '5e7d17757c7a'
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 15f1abe

Please sign in to comment.