Skip to content

Commit de0ac0e

Browse files
rusackasclaude
andcommitted
fix: resolve alembic multiple-heads conflict in migration chain
down_revision on d4e5f6a7b8c9 still pointed at 3a8e6f2c1b95, which master's add_subjects_tables migration (b1c2d3e4f5a6) also forked from, leaving two alembic heads and breaking `superset db upgrade` in every DB-backed CI job. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 462aa3d commit de0ac0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

superset/migrations/versions/2026-07-02_21-00_d4e5f6a7b8c9_migrate_bubble_chart_to_echarts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""migrate_bubble_chart_to_echarts
1818
1919
Revision ID: d4e5f6a7b8c9
20-
Revises: 3a8e6f2c1b95
20+
Revises: b1c2d3e4f5a6
2121
Create Date: 2026-07-02 21:00:00.000000
2222
2323
"""
@@ -31,7 +31,7 @@
3131

3232
# revision identifiers, used by Alembic.
3333
revision = "d4e5f6a7b8c9"
34-
down_revision = "3a8e6f2c1b95"
34+
down_revision = "b1c2d3e4f5a6"
3535

3636

3737
def upgrade():

0 commit comments

Comments
 (0)