Skip to content

Commit c487c00

Browse files
committed
fix(migrations): merge report-retry-state-columns with compare-chart merge revision
master added a new migration head (f3a8c1d2e9b7) branching from the same revision already folded into 9d744c5dd981, producing two heads again.
1 parent fd27a0c commit c487c00

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
"""merge report retry state columns migration with compare chart merge
18+
19+
Revision ID: 0b99fc576740
20+
Revises: ('f3a8c1d2e9b7', '9d744c5dd981')
21+
Create Date: 2026-08-04 10:17:47.623767
22+
23+
"""
24+
25+
# revision identifiers, used by Alembic.
26+
revision = "0b99fc576740"
27+
down_revision = ("f3a8c1d2e9b7", "9d744c5dd981")
28+
29+
30+
def upgrade():
31+
pass
32+
33+
34+
def downgrade():
35+
pass

0 commit comments

Comments
 (0)