Skip to content

Commit 8a6bb73

Browse files
authored
Update installation.md - add note and extra command for database update in installation.md
1 parent 1ea6ed9 commit 8a6bb73

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

doc/installation.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,14 @@ you will probably need to change the extension of the imported file in
9595

9696
5. Finish the installation by updating the database schema and installing assets:
9797

98-
```
98+
```bash
9999
$ bin/console cache:clear
100+
101+
# If you used migrations in your project...
100102
$ bin/console doctrine:migrations:migrate
103+
# ... or if you use doctrine schema tool.
104+
$ bin/cosole doctrine:schema:update --dump-sql # and --force switch when you're ready :)
105+
101106
$ bin/console assets:install --symlink
102107
$ bin/console sylius:theme:assets:install --symlink
103108
```

0 commit comments

Comments
 (0)