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 ```