We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab2348c + 17d5fb1 commit 7954767Copy full SHA for 7954767
Resources/doc/index.rst
@@ -109,6 +109,7 @@ All of the migrations functionality is contained in a few console commands:
109
doctrine:migrations:up-to-date [up-to-date] Tells you if your schema is up-to-date.
110
doctrine:migrations:version [version] Manually add and delete migration versions from the version table.
111
doctrine:migrations:sync-metadata-storage [sync-metadata-storage] Ensures that the metadata storage is at the latest version.
112
+ doctrine:migrations:list [list-migrations] Display a list of all available migrations and their status.
113
114
Start by getting the status of migrations in your application by running
115
the ``status`` command:
0 commit comments