Skip to content

Commit

Permalink
Merge pull request #1820 from WouterJ/patch-6
Browse files Browse the repository at this point in the history
[#1818] Added --no-debug switch and warning
  • Loading branch information
weaverryan committed Oct 17, 2012
2 parents 6e69f44 + f399ec6 commit 1406b34
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion book/doctrine.rst
Expand Up @@ -1367,7 +1367,12 @@ Some notable or interesting tasks include:

.. code-block:: bash
$ php app/console doctrine:ensure-production-settings --env=prod
$ php app/console doctrine:ensure-production-settings --no-debug --env=prod
.. caution::

Don't forget to add the ``--no-debug`` switch, because the debug flag is
always set to true, even if the environment is set to ``prod``.

* ``doctrine:mapping:import`` - allows Doctrine to introspect an existing
database and create mapping information. For more information, see
Expand Down

0 comments on commit 1406b34

Please sign in to comment.