database_pool: build.rs: fixed path of migrations
This commit is contained in:
parent
1695eca466
commit
e1ec84f7c6
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// generated by `sqlx migrate build-script`
|
||||
fn main() {
|
||||
// trigger recompilation when a new migration is added
|
||||
println!("cargo:rerun-if-changed=migrations");
|
||||
println!("cargo:rerun-if-changed=../database/migrations");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue