Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes migration macro with no params
Fixes issue experienced in launchbadge#746 when using no parameter: ``` error: paths relative to the current file's directory are not currently supported --> src/db.rs:7:5 | 7 | sqlx::migrate!().run(&conn).await?; | ^^^^^^^^^^^^^^^^ | = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) ```
- Loading branch information