@@ -25,8 +25,6 @@ names and the names used by this bundle:
2525+--------------------------------------------+---------------------------------------+
2626| Bundle Command Name | Original Doctrine Command Name |
2727+============================================+=======================================+
28- | ``doctrine:query:sql `` | ``dbal:run-sql `` |
29- +--------------------------------------------+---------------------------------------+
3028| ``doctrine:cache:clear-metadata `` | ``orm:clear-cache:metadata `` |
3129+--------------------------------------------+---------------------------------------+
3230| ``doctrine:cache:clear-query `` | ``orm:clear-cache:query `` |
@@ -39,16 +37,12 @@ names and the names used by this bundle:
3937+--------------------------------------------+---------------------------------------+
4038| ``doctrine:cache:clear-query-region `` | ``orm:clear-cache:region:query `` |
4139+--------------------------------------------+---------------------------------------+
42- | ``doctrine:mapping:convert `` | ``orm:convert-mapping `` |
43- +--------------------------------------------+---------------------------------------+
4440| ``doctrine:schema:create `` | ``orm:schema-tool:create `` |
4541+--------------------------------------------+---------------------------------------+
4642| ``doctrine:schema:drop `` | ``orm:schema-tool:drop `` |
4743+--------------------------------------------+---------------------------------------+
4844| ``doctrine:schema:update `` | ``orm:schema-tool:update `` |
4945+--------------------------------------------+---------------------------------------+
50- | ``doctrine:ensure-production-settings `` | ``orm:ensure-production-settings `` |
51- +--------------------------------------------+---------------------------------------+
5246| ``doctrine:mapping:info `` | ``orm:info `` |
5347+--------------------------------------------+---------------------------------------+
5448| ``doctrine:mapping:describe `` | ``orm:mapping:describe `` |
@@ -62,7 +56,6 @@ Additionally, the bundle provides the following commands:
6256
6357- ``doctrine:database:create ``
6458- ``doctrine:database:drop ``
65- - ``doctrine:mapping:import ``
6659
6760To get a list of all available Doctrine commands, run:
6861
0 commit comments