Skip to content

Commit ff257c4

Browse files
jopemachineclaude
andcommitted
fix(BA-5822): re-anchor drop-legacy-AppConfig migration to latest main head
origin/main has progressed past ad7acfe8aa1c since this migration landed; chain `84d5c6daf8cc` after the current main head `ce69b746304e` so the alembic chain stays linear (single head). No schema change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 72e7f7b commit ff257c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ai/backend/manager/models/alembic/versions/84d5c6daf8cc_drop_legacy_app_configs_table.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
different unique key) so no in-place data migration is attempted.
99
1010
Revision ID: 84d5c6daf8cc
11-
Revises: ad7acfe8aa1c
11+
Revises: ce69b746304e
1212
Create Date: 2026-04-24
1313
1414
"""
@@ -21,7 +21,7 @@
2121

2222
# revision identifiers, used by Alembic.
2323
revision = "84d5c6daf8cc"
24-
down_revision = "ad7acfe8aa1c"
24+
down_revision = "ce69b746304e"
2525
# Part of: 26.5.0
2626
branch_labels = None
2727
depends_on = None

0 commit comments

Comments
 (0)