botserver/gbot.sh
Rodrigo Rodriguez (Pragmatismo) 30b026585d Add include_dir dependency and use it for embedded migrations
Use include_dir to embed migration scripts and load them at runtime.
This change allows for easier management and versioning of migrations.
2025-10-20 09:42:07 -03:00

2 lines
101 B
Bash
Executable file

pkill postgres && rm -rf botserver-stack && clear && \
RUST_LOG=trace,hyper_util=off cargo run