Correct backend Readme.md

This commit is contained in:
Wolfgang Huß 2021-01-05 14:57:27 +01:00
parent bde9ea5308
commit c7ace3c567

View File

@ -106,7 +106,7 @@ $ docker-compose exec backend yarn run db:reset
# you could also wipe out your neo4j database and delete all volumes with:
$ docker-compose down -v
# if container is not running, run this command to set up your database indeces and contstraints
$ docker-compose run backend yarn run db:migrate init
$ docker-compose exec backend yarn run db:migrate init
```
{% endtab %}