Update backend/installation/configuration.md

Co-Authored-By: Tirokk <wolle.huss@pjannto.com>
This commit is contained in:
Robert Schäfer 2019-01-23 18:24:00 +01:00 committed by GitHub
parent c96666e5ef
commit 49ac4dbad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ To fill the database with Nitro-Backend default data send the command:
$ yarn run db:seed
```
To clear the database from all data after you have changed it somehow and before you may like to seed it again use:
To wipe out the database:
```bash
$ yarn run db:reset
```