1
0
mirror of synced 2025-03-06 21:06:16 +03:00

Merge pull request #5817 from primozcigler/master

Added missing - in the in getting started docs.
This commit is contained in:
Marco Pivetta 2016-05-12 07:27:03 +02:00
commit 2f60d6a1f8

View File

@ -344,7 +344,7 @@ Now that we have defined our first entity, let's update the database:
$ vendor/bin/doctrine orm:schema-tool:update --force --dump-sql $ vendor/bin/doctrine orm:schema-tool:update --force --dump-sql
Specifying both flags ``--force`` and ``-dump-sql`` prints and executes the DDL Specifying both flags ``--force`` and ``--dump-sql`` prints and executes the DDL
statements. statements.
Now create a new script that will insert products into the database: Now create a new script that will insert products into the database: