Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

# revision identifiers, used by Alembic.
revision = '004c1210f153'
down_revision = '74effc47d867'
down_revision = '939bb1e647c8'
branch_labels = None
depends_on = None

Expand Down
4 changes: 2 additions & 2 deletions airflow/migrations/versions/4ebbffe0a39a_merge_heads.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"""Merge heads

Revision ID: 4ebbffe0a39a
Revises: dd4ecb8fbee3, cf5dc11e79ad, a56c9515abdc
Revises: dd4ecb8fbee3, cf5dc11e79ad
Create Date: 2019-02-04 20:19:50.628137

"""

# revision identifiers, used by Alembic.
revision = '4ebbffe0a39a'
down_revision = ('dd4ecb8fbee3', 'cf5dc11e79ad', 'a56c9515abdc')
down_revision = ('dd4ecb8fbee3', 'cf5dc11e79ad')
branch_labels = None
depends_on = None

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

# revision identifiers, used by Alembic.
revision = '74effc47d867'
down_revision = 'b3b105409875'
down_revision = '6e96a59344a4'
branch_labels = None
depends_on = None

Expand Down
39 changes: 39 additions & 0 deletions airflow/migrations/versions/b0125267960b_merge_heads.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

"""merge multiple heads

Revision ID: 08364691d074
Revises: a56c9515abdc, 74effc47d867, b3b105409875, bbf4a7ad0465
Create Date: 2019-11-19 22:05:11.752222

"""

# revision identifiers, used by Alembic.
revision = '08364691d074'
down_revision = ('a56c9515abdc', '74effc47d867', 'b3b105409875', 'bbf4a7ad0465')
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass