Skip to content

Commit 7954767

Browse files
authored
Merge pull request #308 from doctrine/add-command-to-docs
Add new doctrine:migrations:list command to docs
2 parents ab2348c + 17d5fb1 commit 7954767

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ All of the migrations functionality is contained in a few console commands:
109109
doctrine:migrations:up-to-date [up-to-date] Tells you if your schema is up-to-date.
110110
doctrine:migrations:version [version] Manually add and delete migration versions from the version table.
111111
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.
112113
113114
Start by getting the status of migrations in your application by running
114115
the ``status`` command:

0 commit comments

Comments
 (0)