mirror of
https://github.com/v0l/route96.git
synced 2025-06-14 23:46:34 +00:00
6 lines
168 B
Rust
6 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");
|
|
}
|