Skip to content

remove global exception handling on _all_migrations_applied #338

@arthanson

Description

@arthanson

Proposed Changes

_all_migrations_applied has a try except to catch all exceptions, this should be more explicit as it should pass other real migration errors to the calling program.

Justification

Global exceptions should not be caught, just a tailored exception specifically to catch when migrations are running.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions