fix: make migration checksums reproducible
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
237899745
2026-07-25 21:52:20 +08:00
parent b67275b3e8
commit 500a8f7ecd
3 changed files with 10 additions and 1 deletions

3
build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("cargo:rerun-if-changed=migrations");
}