Skip to content

Commit

Permalink
Fix tool state migration (todo refactor into own commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Jan 29, 2024
1 parent 4217b3e commit e5a7e88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""implement structured tool state
Revision ID: 7ffd33d5d144
Revises: c39f1de47a04
Revises: 8a19186a6ee7
Create Date: 2022-11-09 15:53:11.451185
"""
Expand All @@ -17,7 +17,7 @@

# revision identifiers, used by Alembic.
revision = "7ffd33d5d144"
down_revision = "c39f1de47a04"
down_revision = "8a19186a6ee7"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit e5a7e88

Please sign in to comment.