add dev_reset description

This commit is contained in:
Moriz Wahl 2022-04-20 08:18:18 +02:00
parent 15b37c4937
commit f7d674d71d

View File

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