Fix migration down_revision to correct revision ID

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
michael 2026-01-25 10:18:11 -06:00
parent 2f547dc494
commit bf1d689f42

View file

@ -12,7 +12,7 @@ import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision: str = '005_add_file_hash'
down_revision: Union[str, None] = '004_cleanup_duplicate_dropdown_options'
down_revision: Union[str, None] = '004_cleanup_duplicates'
branch_labels: Union[str, Sequence[str], None] = None
depends_on: Union[str, Sequence[str], None] = None