Skip to content

Not loading filesystem migrations when migrating down to a different app. #2

Description

@seanharrison
  • When a "dn" migration in your app's filesystem migrations differs from the ones applied in the database,
  • and the specified target "to" migration is in a different app (such as migrating down to the sqly init migration),
  • then the app's filesystem migrations are not loaded,
  • so the db-loaded migration is used.
  • This can be vexing when bugfixing a dn migration, because the filesystem (corrected) migration is not loaded.

Workaround for now is not the migrate to a different app when bugfixing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions