Skip to content

Commit

Permalink
add version for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiah Lowin authored and Jeremiah Lowin committed Aug 25, 2015
1 parent 7b80387 commit cf99fa7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions airflow/migrations/versions/13eb55f81627_for_compatibility.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
"""maintain history for compatibility with earlier migrations
Revision ID: 13eb55f81627
Revises: 1507a7289a2f
Create Date: 2015-08-23 05:12:49.732174
"""

# revision identifiers, used by Alembic.
revision = '13eb55f81627'
down_revision = '1507a7289a2f'
branch_labels = None
depends_on = None

def upgrade():
pass

def downgrade():
pass

0 comments on commit cf99fa7

Please sign in to comment.