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
4 lines
72 B
Plaintext
4 lines
72 B
Plaintext
cargo install sqlx-cli
|
|
sqlx migrate add init_migration
|
|
sqlx migrate run
|