Skip to content
Snippets Groups Projects
Commit 71069bcb authored by PEREZ-RAMIREZ Julian's avatar PEREZ-RAMIREZ Julian
Browse files

editing README

parent 5b038e9d
No related branches found
No related tags found
No related merge requests found
...@@ -28,4 +28,10 @@ docker exec -it symfony_app php bin/console doctrine:migrations:migrate ...@@ -28,4 +28,10 @@ docker exec -it symfony_app php bin/console doctrine:migrations:migrate
Rollback to the previous migrate version Rollback to the previous migrate version
``` ```
php bin/console doctrine:migrations:migrate prev php bin/console doctrine:migrations:migrate prev
```
To add sample data per dafault to the database (after finished editing DataFixtures/ files)
Note: Add the `--append` flag if you don't want to erase the records already created.
```
php bin/console doctrine:fixtures:load
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment