Skip to content

Commit c32ad84

Browse files
committed
fixes migration
1 parent 8215de5 commit c32ad84

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/061607911a22_drop_projects_version_control.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""drop projects_version_control
22
33
Revision ID: 061607911a22
4-
Revises: e71ea59858f4
4+
Revises: 611f956aa3e3
55
Create Date: 2025-02-06 19:28:49.918139+00:00
66
77
"""
@@ -11,7 +11,7 @@
1111

1212
# revision identifiers, used by Alembic.
1313
revision = "061607911a22"
14-
down_revision = "e71ea59858f4"
14+
down_revision = "611f956aa3e3"
1515
branch_labels = None
1616
depends_on = None
1717

0 commit comments

Comments
 (0)