Skip to content

Commit 325bb45

Browse files
committed
fixes migration
1 parent 8738ef2 commit 325bb45

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/e71ea59858f4_add_uniqu_constraint_in_licensed_items.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
"""add uniqu constraint in licensed_items
22
33
Revision ID: e71ea59858f4
4-
Revises: 4f31760a63ba
4+
Revises: 7d1c6425a51d"
55
Create Date: 2025-01-30 18:42:15.192968+00:00
66
77
"""
88
from alembic import op
99

1010
# revision identifiers, used by Alembic.
1111
revision = "e71ea59858f4"
12-
down_revision = "4f31760a63ba"
12+
down_revision = "7d1c6425a51d"
1313
branch_labels = None
1414
depends_on = None
1515

0 commit comments

Comments
 (0)