remove seed instructions from database

This commit is contained in:
Moriz Wahl 2022-04-19 08:55:32 +02:00
parent edaafa0e32
commit c6d3aec915

View File

@ -30,18 +30,4 @@ yarn dev_down
```
yarn dev_reset
```
## Seed DB
```
yarn seed
```
## Seeded Users
| email | password | admin |
|------------------------|------------|---------|
| peter@lustig.de | `Aa12345_` | `true` |
| bibi@bloxberg.de | `Aa12345_` | `false` |
| raeuber@hotzenplotz.de | `Aa12345_` | `false` |
| bob@baumeister.de | `Aa12345_` | `false` |