fix(migrations): update down_revision to correct previous migration reference

This commit is contained in:
null 2026-05-22 20:41:23 -05:00
parent b16e9bb3c8
commit 07a7ddfb24
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import sqlalchemy as sa
from alembic import op
revision = "a3c5e7f9b1d2"
down_revision = "f7d8e9a0b1c2"
down_revision = "f2a3b4c5d6e7"
branch_labels = None
depends_on = None