kjuulh
b2f704856a
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
7 lines
169 B
Rust
7 lines
169 B
Rust
// generated by `sqlx migrate build-script`
|
|
fn main() {
|
|
// trigger recompilation when a new migration is added
|
|
println!("cargo:rerun-if-changed=migrations");
|
|
}
|
|
|