Fix incorrect bash command

This commit is contained in:
Matt Paul 2020-08-10 17:20:50 +01:00 committed by Ryan Leckey
parent ae2e5db4b2
commit 9ed6428c8e

View File

@ -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.