set down_revision to the correct migration

This commit is contained in:
Viet Than 2023-07-29 21:38:24 -04:00
parent 6b880dc539
commit 3d34116816

View file

@ -12,7 +12,7 @@ from sqlalchemy.sql.functions import now
# revision identifiers, used by Alembic.
revision = '1ffc63ebd8bc'
down_revision = '7ae4658467d7'
down_revision = 'bdb4b7a2e88b'
branch_labels = None
depends_on = None