From beb54eaa5dae43ef4337b4839557832008a222d6 Mon Sep 17 00:00:00 2001 From: Yuhong Sun Date: Thu, 5 Oct 2023 21:58:14 -0700 Subject: [PATCH] Fix migrations that went to the same revision (#525) --- backend/alembic/versions/904451035c9b_store_tool_details.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/alembic/versions/904451035c9b_store_tool_details.py b/backend/alembic/versions/904451035c9b_store_tool_details.py index 28b21e8c6..9fadae659 100644 --- a/backend/alembic/versions/904451035c9b_store_tool_details.py +++ b/backend/alembic/versions/904451035c9b_store_tool_details.py @@ -1,7 +1,7 @@ """Store Tool Details Revision ID: 904451035c9b -Revises: e0a68a81d434 +Revises: 3b25685ff73c Create Date: 2023-10-05 12:29:26.620000 """ @@ -11,7 +11,7 @@ from sqlalchemy.dialects import postgresql # revision identifiers, used by Alembic. revision = "904451035c9b" -down_revision = "e0a68a81d434" +down_revision = "3b25685ff73c" branch_labels = None depends_on = None