Skip to content

Force recompile when migrations changed #681

Closed
@dmarcuse

Description

@dmarcuse

The migrate! macro is very handy right now, but it would be nice if it would also handle changes to the migrations - currently, the compiler will just ignore changes to these files when determining whether to use the cached build or not. Emitting const _: &[u8] = include_bytes!(...) for each migration should solve this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions