Fix migration down_revision to correct revision ID
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
2f547dc494
commit
bf1d689f42
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue