Skip to content

Commit 541342e

Browse files
fix revises
1 parent c3264b6 commit 541342e

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""add index to api_key column
22
33
Revision ID: b0c988e3f348
4-
Revises: 7994074c4d98
4+
Revises: f7f3c835f38a
55
Create Date: 2025-03-13 08:53:05.722855+00:00
66
77
"""
@@ -10,7 +10,7 @@
1010

1111
# revision identifiers, used by Alembic.
1212
revision = "b0c988e3f348"
13-
down_revision = "7994074c4d98"
13+
down_revision = "f7f3c835f38a"
1414
branch_labels = None
1515
depends_on = None
1616

0 commit comments

Comments
 (0)