This repository has been archived on 2023-10-11. You can view files and clone it, but cannot push or open issues or pull requests.

5 lines
167 B
Rust
Raw Normal View History

2023-03-19 22:59:11 +01:00
// generated by `sqlx migrate build-script`
fn main() {
// trigger recompilation when a new migration is added
println!("cargo:rerun-if-changed=migrations");
}