From 511268ddd79781f1dd40749e931cb3408a4fb61f Mon Sep 17 00:00:00 2001 From: asartalo Date: Sun, 24 Apr 2011 10:52:18 +0800 Subject: [PATCH] Removed another instance of '--force' Option for the orrm:schema-tool:create command as this is not available for this command. --- en/tutorials/getting-started-xml-edition.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/tutorials/getting-started-xml-edition.rst b/en/tutorials/getting-started-xml-edition.rst index c8e3553df..80b3aa227 100644 --- a/en/tutorials/getting-started-xml-edition.rst +++ b/en/tutorials/getting-started-xml-edition.rst @@ -766,7 +766,7 @@ either re-create the database: :: doctrine@my-desktop> doctrine orm:schema-tool:drop --force - doctrine@my-desktop> doctrine orm:schema-tool:create --force + doctrine@my-desktop> doctrine orm:schema-tool:create Or use the update functionality: