Skip to content

Commit 34d32aa

Browse files
aapelivclaude
andcommitted
Backend: Renumber GrowthBook migration to 0154
The migration collided with 0151 from develop; chain it after the current tip (0153) instead. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent f0d4a0d commit 34d32aa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/backend/src/couchers/migrations/versions/0151_replace_statsig_with_growthbook_for_.py renamed to app/backend/src/couchers/migrations/versions/0154_replace_statsig_with_growthbook_for_.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Replace Statsig with GrowthBook for experimentation
22
3-
Revision ID: 0151
4-
Revises: 0150
3+
Revision ID: 0154
4+
Revises: 0153
55
Create Date: 2026-05-15 03:18:53.799426
66
77
"""
@@ -11,8 +11,8 @@
1111
from sqlalchemy.dialects import postgresql
1212

1313
# revision identifiers, used by Alembic.
14-
revision = "0151"
15-
down_revision = "0150"
14+
revision = "0154"
15+
down_revision = "0153"
1616
branch_labels = None
1717
depends_on = None
1818

0 commit comments

Comments
 (0)