This repository has been archived on 2024-08-23. You can view files and clone it, but cannot push or open issues or pull requests.
project/build.rs

7 lines
212 B
Rust

// generated by `sqlx migrate build-script`
fn main() {
// trigger recompilation when a new migration is added
println!("cargo:rerun-if-changed=migrations");
println!("cargo:rerun-if-changed=sql");
}