mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 16:44:07 +00:00
Fix incorrect bash command
This commit is contained in:
@@ -46,7 +46,7 @@ this new file.
|
||||
|
||||
---
|
||||
```bash
|
||||
$ sqlx migration run
|
||||
$ sqlx migrate run
|
||||
```
|
||||
Compares the migration history of the running database against the `migrations/` folder and runs
|
||||
any scripts that are still pending.
|
||||
|
||||
Reference in New Issue
Block a user