Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5261448

Browse files
committedMar 14, 2025·
Remove unused migration and update revision dependencies
Deleted an obsolete migration file with no operations. Adjusted the `down_revision` in an existing migration to reference the correct dependency, ensuring consistency in migration history.
1 parent 9439177 commit 5261448

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed
 

‎keep/api/models/db/migrations/versions/2025-03-13-16-43_d64332395b28.py

-21
This file was deleted.

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""Crecreate topology tables with tenant_id in all keys and transfer data
22
33
Revision ID: aaec81b991bd
4-
Revises: 0b80bda47ee2
5-
Create Date: 2025-03-07 17:49:13.393091
4+
Revises: f3ecc7411f38
5+
Create Date: 2025-03-14 17:49:13.393091
66
77
"""
88

@@ -13,7 +13,7 @@
1313

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

0 commit comments

Comments
 (0)
Please sign in to comment.