Skip to content

Commit

Permalink
Merge pull request #185 from uma-universal-money-address/09-30-_backe…
Browse files Browse the repository at this point in the history
…nd_fix_alembic_revision_head

[backend] fix alembic revision head
  • Loading branch information
bsiaotickchong authored Oct 1, 2024
2 parents cb236cc + 91fad8b commit a672893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alembic/versions/e4ea7bef6d49_store_hashed_refresh_token.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Store hashed refresh token
Revision ID: e4ea7bef6d49
Revises: 3ddd75dea8cf
Revises: a15389988245
Create Date: 2024-09-29 10:35:42.783210
"""
Expand All @@ -12,7 +12,7 @@

# revision identifiers, used by Alembic.
revision: str = "e4ea7bef6d49"
down_revision: Union[str, None] = "3ddd75dea8cf"
down_revision: Union[str, None] = "a15389988245"
branch_labels: Union[str, Sequence[str], None] = None
depends_on: Union[str, Sequence[str], None] = None

Expand Down

0 comments on commit a672893

Please sign in to comment.