diff --git a/core/data/alembic/versions/8ad40a6e7be2_ongeki_fix_clearstatus.py b/core/data/alembic/versions/8ad40a6e7be2_ongeki_fix_clearstatus.py index 8b6ec51..7fc9d2d 100644 --- a/core/data/alembic/versions/8ad40a6e7be2_ongeki_fix_clearstatus.py +++ b/core/data/alembic/versions/8ad40a6e7be2_ongeki_fix_clearstatus.py @@ -1,7 +1,7 @@ """ongeki: fix clearStatus Revision ID: 8ad40a6e7be2 -Revises: 7dc13e364e53 +Revises: aeb6b1e28354 Create Date: 2024-05-29 19:03:30.062157 """ @@ -11,7 +11,7 @@ from sqlalchemy.dialects import mysql # revision identifiers, used by Alembic. revision = '8ad40a6e7be2' -down_revision = '7dc13e364e53' +down_revision = 'aeb6b1e28354' branch_labels = None depends_on = None