mirror of
https://github.com/System-End/plura.git
synced 2026-04-19 19:45:08 +00:00
5 lines
168 B
Rust
Executable file
5 lines
168 B
Rust
Executable file
// generated by `sqlx migrate build-script`
|
|
fn main() {
|
|
// trigger recompilation when a new migration is added
|
|
println!("cargo:rerun-if-changed=migrations");
|
|
}
|