This commit is contained in:
Andras Schmelczer 2024-12-08 22:08:46 +00:00
parent 9f7b31703e
commit 161d2c7ee4
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
6 changed files with 19 additions and 4 deletions

View 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");
}