fn main() -> Result<(), Box> { println!("cargo:rerun-if-changed=migrations"); Ok(()) }