Skip to content

Removing broken migrations #156

@psztoch

Description

@psztoch

It may happen many times that a version with a damaged migration will be released.
If we improve the migration, on a few systems we may have a conflict with an incompatible md5 checksum - this is sometimes normal.
But it is also very tedious.

What do you think that if a situation such as a checksum mismatch is detected, the <bad_md5> .cancel.descr.sql file is searched and run, which will automatically roll back such a damaged migration.
If the file is not found, a migration error will occur as now and the migration will be aborted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions