Saving this for later
All checks were successful
Rust Build / Check (pull_request) Successful in 51s
Rust Build / Test Suite (pull_request) Successful in 1m0s
Rust Build / Rustfmt (pull_request) Successful in 28s
Rust Build / Clippy (pull_request) Successful in 49s
Rust Build / build (pull_request) Successful in 1m8s

Commands to run migrations
This commit is contained in:
KD
2025-04-02 18:24:30 -04:00
parent 5a07510b9d
commit ab03ab800a

3
run_migrations.txt Normal file
View File

@@ -0,0 +1,3 @@
cargo install sqlx-cli
sqlx migrate add init_migration
sqlx migrate run