forked from gorb/backend
feat: include migrations in binary
Lets us change the schema and not worry about instance admins having to manually update their DB!
This commit is contained in:
parent
2e1382c1d4
commit
c1885210fb
3 changed files with 21 additions and 5 deletions
3
build.rs
Normal file
3
build.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("cargo:rerun-if-changed=migrations");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue