Skip to content

Commit

Permalink
fix: alembic multiple head
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Dec 23, 2024
1 parent dfa5f24 commit 8824526
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
"""Replace sessions, kernels's status_history's type map with list
Revision ID: 8c8e90aebacd
Revises: 6e44ea67d26e
Revises: 0bb88d5a46bf
Create Date: 2024-12-05 11:19:23.075014
"""

from alembic import op

# revision identifiers, used by Alembic.
revision = "8c8e90aebacd"
down_revision = "6e44ea67d26e"
down_revision = "0bb88d5a46bf"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 8824526

Please sign in to comment.