Skip to content

Commit b49917e

Browse files
Update down_revision in migration script
Corrects the `down_revision` field in the migration file to ensure proper dependency tracking in database migrations. This change resolves potential issues with migration sequencing.
1 parent f64a25a commit b49917e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keep/api/models/db/migrations/versions/2025-03-07-17-49_aaec81b991bd.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Crecreate topology tables with tenant_id in all keys and transfer data
22
33
Revision ID: aaec81b991bd
4-
Revises: a82154690f35
4+
Revises: 0b80bda47ee2
55
Create Date: 2025-03-07 17:49:13.393091
66
77
"""
@@ -13,7 +13,7 @@
1313

1414
# revision identifiers, used by Alembic.
1515
revision = "aaec81b991bd"
16-
down_revision = "a82154690f35"
16+
down_revision = "0b80bda47ee2"
1717
branch_labels = None
1818
depends_on = None
1919

0 commit comments

Comments
 (0)