From 374609928816eb7652b80ddbb4c8c1b3fdbd5569 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 4 Aug 2022 18:59:41 +0300 Subject: [PATCH] docs: added revert migration command (#1999) --- docs/content/cli/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/cli/reference.md b/docs/content/cli/reference.md index 9dc1f83149..a5aa35e647 100644 --- a/docs/content/cli/reference.md +++ b/docs/content/cli/reference.md @@ -152,7 +152,7 @@ medusa migrations | Name | Description | Default | | --- | --- | --- | -| `action` | The action to perform. Values can be run or show. run is used to run the migrations, and show is used to only show what migrations are available to run. | This argument is required and does not have a default value. | +| `action` | The action to perform. Values can be `run`, `show`, or `revert`. `run` is used to run the migrations; `show` is used to only show what migrations are available to run; and `revert` is to undo the last migration. | This argument is required and does not have a default value. | ### seed