Skip to content

Commit 3b6a690

Browse files
HyeockJinKimclaude
authored andcommitted
fix: align alembic multi heads for rbac data migration (#10049)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 210949c commit 3b6a690

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/ai/backend/manager/models/alembic/versions/091d0274c2e3_migrate_agent_data_to_rbac.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""migrate_agent_data_to_rbac
22
33
Revision ID: 091d0274c2e3
4-
Revises: 359f0bbd936c
4+
Revises: 21159a293dfb
55
Create Date: 2026-03-11 00:00:00.000000
66
77
"""
@@ -12,7 +12,7 @@
1212

1313
# revision identifiers, used by Alembic.
1414
revision = "091d0274c2e3"
15-
down_revision = "359f0bbd936c"
15+
down_revision = "21159a293dfb"
1616
branch_labels = None
1717
depends_on = None
1818

src/ai/backend/manager/models/alembic/versions/0e0723286a7a_migrate_image_data_to_rbac.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""migrate_image_data_to_rbac
22
33
Revision ID: 0e0723286a7a
4-
Revises: 359f0bbd936c
4+
Revises: 091d0274c2e3
55
Create Date: 2026-03-11 00:00:00.000000
66
77
"""
@@ -19,7 +19,7 @@
1919

2020
# revision identifiers, used by Alembic.
2121
revision = "0e0723286a7a"
22-
down_revision = "359f0bbd936c"
22+
down_revision = "091d0274c2e3"
2323
branch_labels = None
2424
depends_on = None
2525

0 commit comments

Comments
 (0)