File tree
Expand file treeCollapse file tree1 file changed
+6
-1
lines changed Expand file treeCollapse file tree1 file changed
+6
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -1367,7 +1367,12 @@ Some notable or interesting tasks include:
|
1367 | 1367 |
|
1368 | 1368 | .. code-block:: bash
|
1369 | 1369 |
|
1370 |
| -$ php app/console doctrine:ensure-production-settings --env=prod |
| 1370 | +$ php app/console doctrine:ensure-production-settings --no-debug --env=prod |
| 1371 | +
|
| 1372 | + .. caution:: |
| 1373 | + |
| 1374 | +Don't forget to add the ``--no-debug`` switch, because the debug flag is |
| 1375 | +always set to true, even if the environment is set to ``prod``. |
1371 | 1376 |
|
1372 | 1377 | * ``doctrine:mapping:import`` - allows Doctrine to introspect an existing
|
1373 | 1378 | database and create mapping information. For more information, see
|
|
You can’t perform that action at this time.
0 commit comments