add missing '-' to code block (#254)

This commit is contained in:
suuppl 2023-03-20 16:28:29 +01:00 committed by GitHub
parent 9313f870bc
commit 0550c045c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,7 +199,7 @@ sudo nano config/parameters.yaml
sudo -u www-data php bin/console doctrine:migrations:migrate
# Clear Part-DB cache
sudo u www-data php bin/console cache:clear
sudo -u www-data php bin/console cache:clear
```
## MySQL/MariaDB database