diff --git a/alembic/versions/drop_withdraw_active_unique_index.py b/alembic/versions/drop_withdraw_active_uniq_idx.py similarity index 92% rename from alembic/versions/drop_withdraw_active_unique_index.py rename to alembic/versions/drop_withdraw_active_uniq_idx.py index 97ac454..13ef3b7 100644 --- a/alembic/versions/drop_withdraw_active_unique_index.py +++ b/alembic/versions/drop_withdraw_active_uniq_idx.py @@ -1,6 +1,6 @@ """drop withdraw active-order partial unique index (allow multiple in-flight withdrawals) -Revision ID: drop_withdraw_active_unique_index +Revision ID: drop_withdraw_active_uniq_idx Revises: d8dd2106e438 Create Date: 2026-07-24 00:00:00.000000 @@ -12,7 +12,7 @@ import sqlalchemy as sa # revision identifiers, used by Alembic. -revision: str = "drop_withdraw_active_unique_index" +revision: str = "drop_withdraw_active_uniq_idx" down_revision: Union[str, Sequence[str], None] = "d8dd2106e438" branch_labels: Union[str, Sequence[str], None] = None depends_on: Union[str, Sequence[str], None] = None