Fix migrations that went to the same revision (#525)

This commit is contained in:
Yuhong Sun 2023-10-05 21:58:14 -07:00 committed by GitHub
parent 0632e92144
commit beb54eaa5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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