1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Added missing - in the in getting started docs.

This commit is contained in:
Primoz Cigler 2016-05-11 09:11:55 +02:00
parent 59a0410951
commit 964d510357

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
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.
Now create a new script that will insert products into the database: