Remove old build script

This commit is contained in:
Daan Vanoverloop 2022-08-29 20:10:53 +02:00
parent cbd1245770
commit 01bfe925b6
Signed by: Danacus
GPG Key ID: F2272B50E129FC5C
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
// generated by `sqlx migrate build-script`
fn main() {
// trigger recompilation when a new migration is added
println!("cargo:rerun-if-changed=db/migrations");
}