fix(migrations): update down_revision to correct previous migration reference
This commit is contained in:
parent
b16e9bb3c8
commit
07a7ddfb24
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue