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.
(like alembic history --current)
Migrated issue, originally created by Kazutaka Mise (@misebox)
Overview
Now, the
historycommand does not tell us which the current version is. So, we have to execute thecurrentcommand and look for the same version hash from output ofhistorycommand.I think it's useful if output of history command indicates which current version is.
Proposal
(current)at right side of current version's hash.(like
alembic history --current)