additional info wrt. seeding (see #292)

This commit is contained in:
Johannes 2025-03-12 08:53:11 +01:00
parent d633a5ad23
commit f693b77b81
2 changed files with 3 additions and 1 deletions

View file

@ -28,7 +28,7 @@ php artisan tenants:migrate --tenants=8075a580-1cb8-11e9-8822-49c5d8f8ff23
- Rollback: `tenants:rollback`
- Seed: `tenants:seed`
> Note: You can configure the default parameters for `tenants:seed` (e.g. use a custom tenant seeder) in [the tenancy config]({{ $page->link('configuration#seeder-parameters') }})
> Note: You can configure the default parameters for `tenants:seed` (e.g. use a custom tenant seeder) in [the tenancy config]({{ $page->link('configuration#seeder-parameters') }}). Be aware that the `--force` parameter needs to be set in order to seed tenants in `production`.
## **Migrate fresh** (tenant-aware) {#migrate-fresh}