Skip to content

Commit 804f700

Browse files
dpageclaude
andcommitted
Fix Alembic migration head conflict
Update down_revision to chain after 018e16dad6aa (BIGINT id column) instead of the shared parent efbbe5d5862f, resolving the multiple heads error. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f9fb329 commit 804f700

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/migrations/versions/add_tools_ai_perm_.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""Add tools_ai permission to existing roles
1111
1212
Revision ID: add_tools_ai_perm
13-
Revises: efbbe5d5862f
13+
Revises: 018e16dad6aa
1414
Create Date: 2025-12-01
1515
1616
"""
@@ -19,7 +19,7 @@
1919

2020
# revision identifiers, used by Alembic.
2121
revision = 'add_tools_ai_perm'
22-
down_revision = 'efbbe5d5862f'
22+
down_revision = '018e16dad6aa'
2323
branch_labels = None
2424
depends_on = None
2525

0 commit comments

Comments
 (0)