Skip to content

Commit 4a05372

Browse files
authored
Removed deprecation option --show-versions
The option --show-versions is removed in PR doctrine/migrations#956
1 parent 1dd4290 commit 4a05372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ migration to execute:
183183

184184
.. code-block:: terminal
185185
186-
$ php bin/console doctrine:migrations:status --show-versions
186+
$ php bin/console doctrine:migrations:status
187187
188188
Now you can add some migration code to the ``up()`` and ``down()`` methods and
189189
finally migrate when you're ready:

0 commit comments

Comments
 (0)