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

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