Skip to content

Commit cf11811

Browse files
aapelivclaude
andcommitted
Renumber UMS migration 0151 -> 0152 after rebase onto develop
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent f799b94 commit cf11811

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/backend/src/couchers/migrations/versions/0151_backend_moderation_ums_coverage_for_.py renamed to app/backend/src/couchers/migrations/versions/0152_backend_moderation_ums_coverage_for_.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Backend/moderation: UMS coverage for thread comments and replies
22
3-
Revision ID: 0151
4-
Revises: 0150
3+
Revision ID: 0152
4+
Revises: 0151
55
Create Date: 2026-05-10 00:57:29.125757
66
77
"""
@@ -10,8 +10,8 @@
1010
from alembic import op
1111

1212
# revision identifiers, used by Alembic.
13-
revision = "0151"
14-
down_revision = "0150"
13+
revision = "0152"
14+
down_revision = "0151"
1515
branch_labels = None
1616
depends_on = None
1717

0 commit comments

Comments
 (0)