Add no-seed configuration to database:reset (#9112)

Based on feedback here:
https://github.com/twentyhq/twenty/issues/9109#issuecomment-2550198035
This commit is contained in:
Félix Malfait
2024-12-18 11:44:06 +01:00
committed by GitHub
parent deb37edd7c
commit 45214fe548
4 changed files with 29 additions and 14 deletions

View File

@ -37,7 +37,7 @@ Note : you can run `npx nx run twenty-server:test:integration:with-db-reset` in
### Resetting the database
If you want to reset the database, you can run the following command:
If you want to reset and seed the database, you can run the following command:
```bash
npx nx run twenty-server:database:reset