mirror of
https://github.com/mvvasilev/findtheti.me.git
synced 2025-04-11 18:15:01 +03:00
5 lines
168 B
Rust
5 lines
168 B
Rust
// generated by `sqlx migrate build-script`
|
|
fn main() {
|
|
// trigger recompilation when a new migration is added
|
|
println!("cargo:rerun-if-changed=migrations");
|
|
}
|