Skip to content

Commit 9a36762

Browse files
fix migration alembic version
1 parent c1d8438 commit 9a36762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/postgres-database/src/simcore_postgres_database/migration/versions/b566f1b29012_modify_conversations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""modify conversations
22
33
Revision ID: b566f1b29012
4-
Revises: 5679165336c8
4+
Revises: 5b998370916a
55
Create Date: 2025-08-14 15:02:54.784186+00:00
66
77
"""
@@ -12,7 +12,7 @@
1212

1313
# revision identifiers, used by Alembic.
1414
revision = "b566f1b29012"
15-
down_revision = "5679165336c8"
15+
down_revision = "5b998370916a"
1616
branch_labels = None
1717
depends_on = None
1818

0 commit comments

Comments
 (0)