Allow passing --ignore-missing
to sqlx::migrate!
macro
#1788
Labels
migrations
Proposals or bugs involving migrations
--ignore-missing
to sqlx::migrate!
macro
#1788
The CLI's
sqlx migrate run
has a--ignore-missing
flag which I'd love to be able to pass to the migrate macro.Currently the migrate macro hardcodes
ignore_missing: false
Currently it's used as such:
It is possible to do it like this
Would like something more ergonomic
The text was updated successfully, but these errors were encountered: