Files
icarus_auth/run_migrations.txt
KD ab03ab800a
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
Saving this for later
Commands to run migrations
2025-04-02 18:24:30 -04:00

4 lines
72 B
Plaintext

cargo install sqlx-cli
sqlx migrate add init_migration
sqlx migrate run