feat: exchange rates
This commit is contained in:
5
lnvps_db/build.rs
Normal file
5
lnvps_db/build.rs
Normal 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");
|
||||
}
|
Reference in New Issue
Block a user