From 9ed6428c8e23fa127f77755f772e17471e7df178 Mon Sep 17 00:00:00 2001 From: Matt Paul Date: Mon, 10 Aug 2020 17:20:50 +0100 Subject: [PATCH] Fix incorrect bash command --- sqlx-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlx-cli/README.md b/sqlx-cli/README.md index 93d5ed95..4bbd8577 100644 --- a/sqlx-cli/README.md +++ b/sqlx-cli/README.md @@ -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.