Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Dec 6, 2024
1 parent f4f381c commit 4f203c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ to alert developers about new migrations that are not yet being applied::
->add(new PendingMigrationsMiddleware($config))
... // rest

You can set `app` config to false if you are only interested in plugin migrations to be checked.
You can add `'app'` config key set to `false` if you are only interested in plugin migrations to be checked.

In case you run into the exception and need to skip it for a moment, you can temporarily disable
it using the query string `...?skip-migration-check=1`.
Expand Down

0 comments on commit 4f203c2

Please sign in to comment.