From fb838b4f860a8e02442b2f2b5cc2af0856186c3a Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Fri, 3 Jun 2016 15:49:23 +0200 Subject: [PATCH] Update command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d746b95697..431ba75e10 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ php bin/doctrine.php migrations:execute 20150527120703 --up --configuration=app/ You can also print the differences between your database and what it should be by issuing the following command from the Chamilo base folder: ``` -php bin/doctrine.php orm:schema:update --dump-sql +php bin/doctrine.php orm:schema-tool:update --dump-sql ``` ## Contributing