Closed
Description
Migrated issue, originally created by Kazutaka Mise (@misebox)
Overview
Now, the history
command does not tell us which the current version is. So, we have to execute the current
command and look for the same version hash from output of history
command.
I think it's useful if output of history command indicates which current version is.
Proposal
- Get current version from alembic_version table.
- Display
(current)
at right side of current version's hash. - This feature needs DB access. How about to implement as an option.
(likealembic history --current
)