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.
1 parent a65cfe2 commit e1831b1Copy full SHA for e1831b1
Resources/doc/index.rst
@@ -192,6 +192,10 @@ For more information on how to write the migrations themselves (i.e. how to
192
fill in the ``up()`` and ``down()`` methods), see the official Doctrine Migrations
193
`documentation`_.
194
195
+.. tip::
196
+ If you need to use another database connection to execute migrations you may use option ``--db="doctrine-connection-name"``
197
+ where ``doctrine-connection-name`` is valid doctrine connection defined in doctrine.yaml
198
+
199
Running Migrations during Deployment
200
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
201
0 commit comments