1
0
Fork 0
forked from gorb/backend
backend-ci-testing/build.rs
Radical c1885210fb feat: include migrations in binary
Lets us change the schema and not worry about instance admins having to manually update their DB!
2025-05-22 16:29:57 +02:00

3 lines
No EOL
63 B
Rust

fn main() {
println!("cargo:rerun-if-changed=migrations");
}