Skip to content

Version should be written after every migration #112

@sqlalchemy-bot

Description

@sqlalchemy-bot

Migrated issue, originally created by kaukas (@kaukas)

Consider two migrations: A and B; A succeeds while B fails due to some error. After database migration you get A fully applied and B partially applied or not applied at all.

However, the migrations table remains empty. Once I fix B I should be able to rerun just B but A is executed as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions