Skip to content

Commit 94a7bad

Browse files
update script
1 parent f662580 commit 94a7bad

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: cf8f743fd0b7
4+
Revises: f65f7786cd4b
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 = "cf8f743fd0b7"
13+
down_revision = "f65f7786cd4b"
1414
branch_labels = None
1515
depends_on = None
1616

0 commit comments

Comments
 (0)