Open
Description
The downgrade
and upgrade
commands expect the the target revision to always be relative. Therefore, e.g. flask db downgrade 1730111612
would try to revert the last 1730111612 revisions instead of downgrading to the specific revision. Alembic and flask-alembic
accept "absolute" revisions as well (cf. https://alembic.sqlalchemy.org/en/latest/tutorial.html#partial-revision-identifiers) so this was surprising to me.
Maybe this could be changed, or mentioned in the docs.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels