From f7d674d71d0657d37e890d1b14a3bb6dcb8f0761 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 20 Apr 2022 08:18:18 +0200 Subject: [PATCH] add dev_reset description --- database/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/database/README.md b/database/README.md index 005b96351..af9f3242c 100644 --- a/database/README.md +++ b/database/README.md @@ -25,6 +25,12 @@ yarn down yarn dev_down ``` +## Reset database +``` +yarn dev_reset +``` +Runs all down migrations and after this all up migrations. + ## Reset DB ```