1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Removed '--force' Option for the orrm:schema-tool:create command as this is not available for this command.

This commit is contained in:
asartalo 2011-04-24 10:38:35 +08:00
parent f76728818b
commit 01bfc4f2f1

View File

@ -745,7 +745,7 @@ Doctrine command-line tool:
::
doctrine@my-desktop> cd myproject/
doctrine@my-desktop> doctrine orm:schema-tool:create --force
doctrine@my-desktop> doctrine orm:schema-tool:create
.. note::