From 49ac4dbad9d6c484afcd41b3e4b2a4f730b830f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Wed, 23 Jan 2019 18:24:00 +0100 Subject: [PATCH] Update backend/installation/configuration.md Co-Authored-By: Tirokk --- backend/installation/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/installation/configuration.md b/backend/installation/configuration.md index 439e234fe..b7787c8e6 100644 --- a/backend/installation/configuration.md +++ b/backend/installation/configuration.md @@ -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 ```