Skip to content

Sort migrations in embed_migrations - #442

Open
stevenroose wants to merge 1 commit into
rust-db:mainfrom
stevenroose:sort-migrations
Open

Sort migrations in embed_migrations#442
stevenroose wants to merge 1 commit into
rust-db:mainfrom
stevenroose:sort-migrations

Conversation

@stevenroose

Copy link
Copy Markdown

This is purely the order in which the migrations are placed in the module that embed_migrations creates. The application order is still by version.

This helps for reproducible builds, without this change the compilation result depends on the system used to compile it.

This is purely the order in which the migrations are placed in the
module that embed_migrations creates. The application order is still by
version.

This helps for reproducible builds, without this change the compilation
result depends on the system used to compile it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant