add sqlx migration script
This commit is contained in:
parent
85600d0f95
commit
4dd835432e
1 changed files with 5 additions and 0 deletions
5
build.rs
Normal file
5
build.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
// generated by `sqlx migrate build-script`
|
||||||
|
fn main() {
|
||||||
|
// trigger recompilation when a new migration is added
|
||||||
|
println!("cargo:rerun-if-changed=migrations");
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue