Skip to content

Commit

Permalink
fix: Reconcile the alembic migration history
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jul 15, 2024
1 parent 0157e60 commit 13a0b6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Replace sessions, kernels's status_history's type map with list
Revision ID: 8c8e90aebacd
Revises: dddf9be580f5
Revises: 59a622c31820
Create Date: 2024-01-26 11:19:23.075014
"""
Expand All @@ -10,7 +10,7 @@

# revision identifiers, used by Alembic.
revision = "8c8e90aebacd"
down_revision = "dddf9be580f5"
down_revision = "59a622c31820"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 13a0b6a

Please sign in to comment.