Skip to content

Commit fb3179e

Browse files
fix: alembic
1 parent 6780a88 commit fb3179e

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/201aa37f4d9a_remove_workbench_column_from_projects_.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Remove workbench column from projects_table
22
33
Revision ID: 201aa37f4d9a
4-
Revises: 5b998370916a
4+
Revises: b566f1b29012
55
Create Date: 2025-07-22 19:25:42.125196+00:00
66
77
"""
@@ -15,7 +15,7 @@
1515

1616
# revision identifiers, used by Alembic.
1717
revision = "201aa37f4d9a"
18-
down_revision = "5b998370916a"
18+
down_revision = "b566f1b29012"
1919
branch_labels = None
2020
depends_on = None
2121

0 commit comments

Comments
 (0)