From e5a7e88d0709db9e3977ade6d80e53c37ccbed01 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Mon, 29 Jan 2024 13:10:33 -0500 Subject: [PATCH] Fix tool state migration (todo refactor into own commit) --- .../7ffd33d5d144_implement_structured_tool_state.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/galaxy/model/migrations/alembic/versions_gxy/7ffd33d5d144_implement_structured_tool_state.py b/lib/galaxy/model/migrations/alembic/versions_gxy/7ffd33d5d144_implement_structured_tool_state.py index 22100a27baaf..e0a68d6c3382 100644 --- a/lib/galaxy/model/migrations/alembic/versions_gxy/7ffd33d5d144_implement_structured_tool_state.py +++ b/lib/galaxy/model/migrations/alembic/versions_gxy/7ffd33d5d144_implement_structured_tool_state.py @@ -1,7 +1,7 @@ """implement structured tool state Revision ID: 7ffd33d5d144 -Revises: c39f1de47a04 +Revises: 8a19186a6ee7 Create Date: 2022-11-09 15:53:11.451185 """ @@ -17,7 +17,7 @@ # revision identifiers, used by Alembic. revision = "7ffd33d5d144" -down_revision = "c39f1de47a04" +down_revision = "8a19186a6ee7" branch_labels = None depends_on = None