Skip to content

Commit 77f9c1e

Browse files
committed
fix: linearize alembic migration head
1 parent ca3eb14 commit 77f9c1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ai/backend/manager/models/alembic/versions/ada41cb881bb_add_session_scope_id_columns.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""add session scope id columns
22
33
Revision ID: ada41cb881bb
4-
Revises: b4c5d6e7f8a9
4+
Revises: a379b72f1206
55
Create Date: 2026-06-30
66
77
"""
@@ -13,7 +13,7 @@
1313

1414
# revision identifiers, used by Alembic.
1515
revision = "ada41cb881bb"
16-
down_revision = "b4c5d6e7f8a9"
16+
down_revision = "a379b72f1206"
1717
# Part of: 26.7.0
1818
branch_labels = None
1919
depends_on = None

0 commit comments

Comments
 (0)