Skip to content

Commit 82ee1ae

Browse files
anth-volkclaude
andcommitted
chore: Lint, format, and add changelog for Alembic merge
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8ee66e6 commit 82ee1ae

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

alembic/versions/20260316_fb663a6e28e4_merge_heads_dac22a_and_db93d.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@
55
Create Date: 2026-03-16 23:28:57.151366
66
77
"""
8-
from typing import Sequence, Union
9-
10-
from alembic import op
11-
import sqlalchemy as sa
128

9+
from typing import Sequence, Union
1310

1411
# revision identifiers, used by Alembic.
15-
revision: str = 'fb663a6e28e4'
16-
down_revision: Union[str, Sequence[str], None] = ('dac22a838dda', 'db93db748457')
12+
revision: str = "fb663a6e28e4"
13+
down_revision: Union[str, Sequence[str], None] = ("dac22a838dda", "db93db748457")
1714
branch_labels: Union[str, Sequence[str], None] = None
1815
depends_on: Union[str, Sequence[str], None] = None
1916

changelog.d/134.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Merge Alembic heads to resolve multiple head revisions blocking CI/CD migrations

0 commit comments

Comments
 (0)